]> granicus.if.org Git - php/commitdiff
Fixed bug #39265 (Fixed path handling inside mod_files.sh)
authorIlia Alshanetsky <iliaa@php.net>
Fri, 3 Nov 2006 13:18:19 +0000 (13:18 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 3 Nov 2006 13:18:19 +0000 (13:18 +0000)
# Patch by michal dot taborsky at gmail dot com

ext/session/mod_files.sh

index 6d9d5d9497b3ef83a3e7a6354faa558064235a4e..1d2672847c6e8c2c773f83a8b053d16b06b7857c 100644 (file)
@@ -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