mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
$* -> "$@"
use exec for last command in shell script
This commit is contained in:
parent
1b06d43f85
commit
ae7fb360a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22445
@ -34,4 +34,4 @@
|
||||
# @(#)rot13.sh 8.1 (Berkeley) 5/31/93
|
||||
#
|
||||
|
||||
/usr/games/caesar 13 $*
|
||||
exec /usr/games/caesar 13 "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user