commit bash-20140612 snapshot

This commit is contained in:
Chet Ramey
2014-06-23 14:58:55 -04:00
parent bbea163ce4
commit 92717e1a6e
13 changed files with 14610 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ while [ $# -gt 0 ]; do
--version) shift ; do_version=y ;;
--) shift ; break ;;
-*) echo "bashbug: ${1}: invalid option" >&2
echo "$USAGE" >& 2
echo "$USAGE" >&2
exit 2 ;;
*) break ;;
esac