Revisão | 9ecdb2aafb02d9edb2e6cc440ab1f26e55f85701 (tree) |
---|---|
Hora | 2006-06-12 00:00:54 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Added *.rel
@@ -1,5 +1,5 @@ | ||
1 | 1 | #!/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 $ | |
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 | # ========================================================== |
@@ -209,10 +209,10 @@ if [ "$__utf8" ] ; then | ||
209 | 209 | ( cd "$pkg_dir" && |
210 | 210 | for dir in wiki wiki.en cache; do |
211 | 211 | ( 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 | |
213 | 213 | target="`$encls "$line" 2>/dev/null`" |
214 | 214 | if [ "x$line" != "x$target" ] ; then |
215 | - echo " " mv "$line" "$target" | |
215 | + echo " " mv "$dir/$line" "$dir/$target" | |
216 | 216 | mv "$line" "$target" || exit |
217 | 217 | fi |
218 | 218 | done |