diff options
author | Jan Huwald <jh@sotun.de> | 2014-11-05 14:47:43 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2014-11-05 14:47:43 (GMT) |
commit | c2b747fbd8cb87635d2894081cfa40058b2d473e (patch) | |
tree | bcc8fdca4c1f4b652c7f7eb0a88791627efaf29a | |
parent | f29ce40ebbb9ac47604e6e5952a4be414073772a (diff) |
do not force "_" to be part of the prefix
-rwxr-xr-x | anondcim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ while getopts ':p:s:d:' OPTION do case $OPTION in "p") - file_prefix="${OPTARG}_" + file_prefix="${OPTARG}" ;; "s") dst_size="$OPTARG" |