summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/script/smbtar2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/smbtar b/source/script/smbtar
index a947476dc6b..dcf01edb208 100644
--- a/source/script/smbtar
+++ b/source/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"