commit bash-20120504 snapshot

This commit is contained in:
Chet Ramey
2012-06-05 10:16:06 -04:00
parent 999f4dd7eb
commit efc2f955a0
34 changed files with 33054 additions and 24 deletions
+2 -2
View File
@@ -747,7 +747,7 @@ esac/
;;
*)
counter="`expr \"$counter\" + 1`"
# counter=$[ $counter + 1 ]
# counter=$(( $counter + 1 ))
;;
esac
done
@@ -1226,7 +1226,7 @@ $cmd
case "$inc_cmdno" in
yes)
cmdno="`expr \"$cmdno\" + 1`"
# cmdno=$[$cmdno + 1]
# cmdno=$(( $cmdno + 1 ))
;;
esac
;;