X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gnulib-tool;h=1acf074e449c6e0e67845313227e5e9a4dd15c10;hb=1a58ab824a26d93fee2b6f131ff070d1b72116c9;hp=945b0034d53418c6319106238bc20cd910039fa5;hpb=4c784982b9e1a06654f613624e727ad02f35d855;p=gnulib.git diff --git a/gnulib-tool b/gnulib-tool index 945b0034d..1acf074e4 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2005-04-19 07:52:49 $' +cvsdatestamp='$Date: 2005-04-21 22:10:05 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -95,7 +95,7 @@ Options: --libtool Use libtool rules, for --import. --no-changelog don't update or create ChangeLog files --dry-run For --import, only print what would have been done. - --symbolic, --symlink Make symbolic links instead of copying files. + -s, --symbolic, --symlink Make symbolic links instead of copying files. Report bugs to ." } @@ -168,7 +168,7 @@ func_ln_if_changed () if test -L "$2" -a "$1" = "`readlink "$2"`"; then : else - $dry rm "$2" + $dry rm -f "$2" $dry ln -s "$1" "$2" fi } @@ -289,7 +289,7 @@ func_ln_if_changed () --dry-run ) dry_run=true shift ;; - --symbolic | --symlink ) + -s | --symbolic | --symlink ) symbolic=true shift ;; --help | --hel | --he | --h )