mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Use ${1+"$@"} instead of $*
Reported by SATOH Fumiyasu <fumiya@cij.co.jp>
This commit is contained in:
parent
341cf8aa8e
commit
6cd8d68965
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user