mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed bug #39265 (Fixed path handling inside mod_files.sh)
# Patch by michal dot taborsky at gmail dot com
This commit is contained in:
parent
d9419bc989
commit
b0f8e77d17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue