From: John Terpstra Date: Tue, 7 Oct 1997 16:01:08 +0000 (+0000) Subject: JHT ==> Fixing blocksize argument. Patch by: Llyod Whiteman X-Git-Tag: samba-4.0.0alpha6~801^2~22903 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=a9e1efc1adb9a1cd85222f992c9ea03b56e74125 JHT ==> Fixing blocksize argument. Patch by: Llyod Whiteman (This used to be commit 67c1e87e8fda724da6dd3663641639167dd33a16) --- diff --git a/source3/script/smbtar b/source3/script/smbtar index a947476dc6b..dcf01edb208 100644 --- a/source3/script/smbtar +++ b/source3/script/smbtar @@ -88,7 +88,7 @@ while getopts rivl:b:d:N:s:p:x:u:Xt: c; do server="$OPTARG" ;; b) # specify [b]locksize - blocksize="blocksize $OPTARG" + blocksize="$OPTARG" case "$OPTARG" in [0-9]*) ;; *) echo >&2 "$0: Error, block size not numeric: -b $OPTARG"