$* -> "$@"

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22445

View File

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