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
+1 -1
View File
@@ -29,7 +29,7 @@ substr()
done
if [ "$OPTIND" -gt 1 ] ; then
shift $[ $OPTIND -1 ]
shift $(( $OPTIND -1 ))
fi
if [ "$#" -eq 0 ] || [ "$#" -gt 2 ] ; then