Browse Source

updated wl-snapshot.sh

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5854 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
2abc279e68
1 changed files with 3 additions and 1 deletions
  1. 3 1
      w/wl-beta/wl-snapshot.sh

+ 3 - 1
w/wl-beta/wl-snapshot.sh

@@ -3,6 +3,7 @@
 set -e
 
 tmp=$(mktemp -d)
+#tmp=$(pwd)/tmp
 
 trap cleanup EXIT
 cleanup() {
@@ -23,7 +24,8 @@ cat>version.el<<EOF
 (load-file "elmo/elmo-version.el")
 (princ (concat elmo-version "\n"))
 EOF
-VERSION=$(emacs --quick --script version.el 2>/dev/null)
+#VERSION=$(emacs --quick --script version.el 2>/dev/null)
+VERSION=$(emacs --script version.el 2>/dev/null)
 rm -f version.el
 REVISION=$(date +%Y%m%d)
 find . -type d -name CVS -print0 | xargs -0r rm -rf