summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-24 14:24:35 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-24 14:25:00 -0800
commitd9958eb1eb951f950f9b321419965001b1368a38 (patch)
tree9239bf6e5f76b7eaf73d68d04560d5adc9a21499 /gnulib-tool
parentb701042f59e54c4d992e36698cf498b711e9af01 (diff)
downloadgnulib-d9958eb1eb951f950f9b321419965001b1368a38.tar.gz
gnulib-tool: don't give up on ln -s so easily
* gnulib-tool (func_ln_s): Don't give up on a later ln -s merely because an earlier one failed. The targets could be on different file systems. Problem reported by KO Myung-Hun in: http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00081.html
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnulib-tool b/gnulib-tool
index dc4eb87329..45d5fe0e3d 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -773,9 +773,6 @@ func_ln_s ()
{
ln -s "$1" "$2" || {
echo "$progname: ln -s failed; falling back on cp -p" >&2
- symbolic=
- lsymbolic=
- do_copyrights=true
case "$1" in
/* | ?:*) # SRC is absolute.