projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf9e2e
)
Use bash rather than sh
author
Yasuo Ohgaki
<yohgaki@php.net>
Thu, 29 Jan 2015 06:21:17 +0000
(15:21 +0900)
committer
Yasuo Ohgaki
<yohgaki@php.net>
Thu, 29 Jan 2015 06:21:17 +0000
(15:21 +0900)
ext/session/mod_files.sh
patch
|
blob
|
history
diff --git
a/ext/session/mod_files.sh
b/ext/session/mod_files.sh
index aac0d48fd0131bd0fe3091129218d8083e9b676b..6e5d0cad6f12a4d7f7d13b0ca06a1ffff593aa4b 100644
(file)
--- a/
ext/session/mod_files.sh
+++ b/
ext/session/mod_files.sh
@@
-61,5
+61,5
@@
echo "Creating session path in $directory with a depth of $depth for session.has
for i in $hash_chars; do
newpath="$directory/$i"
mkdir $newpath || exit 1
- sh $0 $newpath `expr $depth - 1` $hashbits recurse
+
/bin/ba
sh $0 $newpath `expr $depth - 1` $hashbits recurse
done