summaryrefslogtreecommitdiff
path: root/ext/session/mod_files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/mod_files.sh')
-rw-r--r--ext/session/mod_files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_files.sh b/ext/session/mod_files.sh
index 6d9d5d9497..1d2672847c 100644
--- a/ext/session/mod_files.sh
+++ b/ext/session/mod_files.sh
@@ -20,5 +20,5 @@ fi
for i in $hash_chars; do
newpath="$1/$i"
mkdir $newpath || exit 1
- sh $0 $newpath `expr $2 - 1 $3`
+ sh $0 $newpath `expr $2 - 1` $3
done