mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-16 00:20:49 +02:00
commit bash-20120504 snapshot
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user