# HG changeset patch # User Bruno Haible # Date 1183292242 0 # Node ID 95dab937f368378a6a5e32dd8739df3bd5b1bc78 # Parent 23cafca8deb46413cb115e79190084b2f910594e Untabify the last two commits. diff --git a/gnulib-tool b/gnulib-tool --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2007-07-01 11:02:15 $' +cvsdatestamp='$Date: 2007-07-01 12:17:22 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` nl=' @@ -892,7 +892,7 @@ case :$PATH: in *::*) pathx=`echo ":$PATH:" | sed -e 's/:::*/:.:/g' -e 's/^://' -e 's/:\$//'` - ;; + ;; esac save_IFS=$IFS IFS=: @@ -900,8 +900,8 @@ IFS=$save_IFS test -z "$d" && d=. if test -x "$d/$0" && test ! -d "$d/$0"; then - self_abspathname=$d/$0 - break + self_abspathname=$d/$0 + break fi done IFS=$save_IFS