MFH: Fixed bug #39265 (Fixed path handling inside mod_files.sh).

This commit is contained in:
Ilia Alshanetsky 2006-11-03 13:19:07 +00:00
parent 57f295d3a6
commit 3f71251ffa
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2007, PHP 5.2.1
- Fixed bug #39265 (Fixed path handling inside mod_files.sh).
(michal dot taborsky at gmail dot com, Ilia)
- Fixed bug #38680 (Added missing handling of basic types in json_decode).
(Ilia)

View 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