• 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

Revisão9ecdb2aafb02d9edb2e6cc440ab1f26e55f85701 (tree)
Hora2006-06-12 00:00:54
Autorhenoheno <henoheno>
Commiterhenoheno

Mensagem de Log

Added *.rel

Mudança Sumário

Diff

--- a/release.sh
+++ b/release.sh
@@ -1,5 +1,5 @@
11 #!/bin/sh
2-# $Id: release.sh,v 1.27 2006/05/30 15:04:03 henoheno Exp $
2+# $Id: release.sh,v 1.28 2006/06/11 15:00:54 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 # ==========================================================
@@ -209,10 +209,10 @@ if [ "$__utf8" ] ; then
209209 ( cd "$pkg_dir" &&
210210 for dir in wiki wiki.en cache; do
211211 ( cd "$dir" &&
212- ls *.txt *.ref 2>/dev/null | while read line; do
212+ ls *.txt *.ref *.rel 2>/dev/null | while read line; do
213213 target="`$encls "$line" 2>/dev/null`"
214214 if [ "x$line" != "x$target" ] ; then
215- echo " " mv "$line" "$target"
215+ echo " " mv "$dir/$line" "$dir/$target"
216216 mv "$line" "$target" || exit
217217 fi
218218 done