JHT ==> Fixing blocksize argument. Patch by: Llyod Whiteman
authorJohn Terpstra <jht@samba.org>
Tue, 7 Oct 1997 16:01:08 +0000 (16:01 +0000)
committerJohn Terpstra <jht@samba.org>
Tue, 7 Oct 1997 16:01:08 +0000 (16:01 +0000)
<lwhitman@stm2.nrl.navy.mil>
(This used to be commit 67c1e87e8fda724da6dd3663641639167dd33a16)

source3/script/smbtar

index a947476dc6ba7629351a2eb083ca18313cda815c..dcf01edb2089ab3a5ee80d45ce185050d54c35cd 100644 (file)
@@ -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"