Revisión | e1b68766ecdad5a08f5820d205e348973b9da82a (tree) |
---|---|
Tiempo | 2011-05-31 00:06:56 |
Autor | 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(){ |