From b0f8e77d17fea058d50b84d487de85d40e98218e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 3 Nov 2006 13:18:19 +0000 Subject: [PATCH] Fixed bug #39265 (Fixed path handling inside mod_files.sh) # Patch by michal dot taborsky at gmail dot com --- ext/session/mod_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0