diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/script/smbtar | 2 |
1 files changed, 1 insertions, 1 deletions
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" |