$* -> "$@"

use exec for last command in shell script
This commit is contained in:
Wolfram Schneider 1997-02-09 01:09:33 +00:00
parent 1b06d43f85
commit ae7fb360a6

View File

@ -34,4 +34,4 @@
# @(#)rot13.sh 8.1 (Berkeley) 5/31/93
#
/usr/games/caesar 13 $*
exec /usr/games/caesar 13 "$@"