From: Ilia Alshanetsky Date: Fri, 3 Nov 2006 13:18:19 +0000 (+0000) Subject: Fixed bug #39265 (Fixed path handling inside mod_files.sh) X-Git-Tag: RELEASE_1_0_0RC1~1151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0f8e77d17fea058d50b84d487de85d40e98218e;p=php Fixed bug #39265 (Fixed path handling inside mod_files.sh) # Patch by michal dot taborsky at gmail dot com --- 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