1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Use ${1+"$@"} instead of $*

Reported by SATOH Fumiyasu <fumiya@cij.co.jp>
This commit is contained in:
Alexandre Oliva 0001-01-01 00:00:00 +00:00
parent 341cf8aa8e
commit 6cd8d68965

View File

@ -157,5 +157,5 @@ fi
eval $SMBCLIENT "'\\\\$server\\$service'" "'$password'" -U "'$username'" \
-E -N $log -D "'$cdcmd'" ${clientargs} \
-T${tarcmd}${tarargs} $blocksize $newer $tapefile $* $verbose
-T${tarcmd}${tarargs} $blocksize $newer $tapefile '${1+"$@"}' $verbose