• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión5814aa8104cbffe0754a1a173505b17b2e2ceab9 (tree)
Tiempo2009-03-23 00:41:14
Autorhenoheno <henoheno>
Commiterhenoheno

Log Message

Check /usr/local/bin/php

Cambiar Resumen

Diferencia incremental

--- a/release.sh
+++ b/release.sh
@@ -1,5 +1,5 @@
11 #!/bin/sh
2-# $Id: release.sh,v 1.29 2009/03/22 14:15:01 henoheno Exp $
2+# $Id: release.sh,v 1.30 2009/03/22 15:41:14 henoheno Exp $
33 # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $
44 # Release automation script for PukiWiki
55 # ==========================================================
@@ -140,7 +140,8 @@ if [ "$__utf8" ] ; then
140140 if [ ! -f "$encls" ]
141141 then err "encls not found"
142142 else
143- which php || err "php-cli not found"
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)"
144145 encls="`pwd`/$encls"
145146 fi
146147