to avoid repeating "$GNULIB_SRCDIR/$file".
2006-09-08 Jim Meyering <jim@meyering.net>
+ * bootstrap: Use the previously unused variable, $src,
+ to avoid repeating "$GNULIB_SRCDIR/$file".
+
* bootstrap (cp_mark_as_generated): Don't use "local", to
accommodate ancient "/bin/sh". Suggested by Ralf Wildenhues.
Rename now-global "$src" and "$dst" to have cp_ prefix.
*/INSTALL) dest=.;;
*) dest=$file;;
esac
- echo "$0: cp -fp $GNULIB_SRCDIR/$file $dest" &&
- cp -fp $GNULIB_SRCDIR/$file $dest || exit
+ echo "$0: cp -fp $src $dest" &&
+ cp -fp $src $dest || exit
done