summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 32bc478cf..d4f65142e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -337,8 +337,8 @@ for file in $gnulib_extra_files; do
*/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