From a9e1efc1adb9a1cd85222f992c9ea03b56e74125 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 7 Oct 1997 16:01:08 +0000 Subject: JHT ==> Fixing blocksize argument. Patch by: Llyod Whiteman (This used to be commit 67c1e87e8fda724da6dd3663641639167dd33a16) --- source3/script/smbtar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/smbtar') diff --git a/source3/script/smbtar b/source3/script/smbtar index a947476dc6..dcf01edb20 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" -- cgit