Révision | bbe89c4830423f3795ca73ba52911bd6fb3ebdb2 (tree) |
---|---|
l'heure | 2011-05-31 00:06:56 |
Auteur | henoheno <henoheno> |
Commiter | henoheno |
Debian GNU Linux: /usr/bin/php
@@ -1,5 +1,5 @@ | ||
1 | 1 | #!/bin/sh |
2 | -# $Id: release.sh,v 1.31 2011-01-13 15:43:22 henoheno Exp $ | |
2 | +# $Id: release.sh,v 1.32 2011-05-30 15:06:56 henoheno Exp $ | |
3 | 3 | # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $ |
4 | 4 | # Release automation script for PukiWiki |
5 | 5 | # ========================================================== |
@@ -141,8 +141,7 @@ if [ "$__utf8" ] ; then | ||
141 | 141 | then err "encls not found" |
142 | 142 | else |
143 | 143 | php="` which php `" || err "php-cli not found" |
144 | - test -f /usr/local/bin/php || err "/usr/local/bin/php not found (but $php found)" | |
145 | - encls="`pwd`/$encls" | |
144 | + encls="$php `pwd`/$encls" | |
146 | 145 | fi |
147 | 146 | |
148 | 147 | convert(){ |