summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2014-11-05 14:47:43 (GMT)
committerJan Huwald <jh@sotun.de>2014-11-05 14:47:43 (GMT)
commitc2b747fbd8cb87635d2894081cfa40058b2d473e (patch)
treebcc8fdca4c1f4b652c7f7eb0a88791627efaf29a
parentf29ce40ebbb9ac47604e6e5952a4be414073772a (diff)
do not force "_" to be part of the prefix
-rwxr-xr-xanondcim2
1 files changed, 1 insertions, 1 deletions
diff --git a/anondcim b/anondcim
index 7f7545b..f53e0bb 100755
--- a/anondcim
+++ b/anondcim
@@ -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"
contact: Jan Huwald // Impressum