• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révisionbbe89c4830423f3795ca73ba52911bd6fb3ebdb2 (tree)
l'heure2011-05-31 00:06:56
Auteurhenoheno <henoheno>
Commiterhenoheno

Message de Log

Debian GNU Linux: /usr/bin/php

Change Summary

Modification

--- a/devel/release.sh
+++ b/devel/release.sh
@@ -1,5 +1,5 @@
11 #!/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 $
33 # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $
44 # Release automation script for PukiWiki
55 # ==========================================================
@@ -141,8 +141,7 @@ if [ "$__utf8" ] ; then
141141 then err "encls not found"
142142 else
143143 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"
146145 fi
147146
148147 convert(){