summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2007-12-02 06:32:34 +0000
committerAkira TAGOH <akira@tagoh.org>2007-12-02 06:32:34 +0000
commit05100075eddafaf89dc8e1b2e11010c98a9a9cef (patch)
treeaad2aefa3f2fce480558be003e5cb189e7e712f7
parent822448d0cab52688d777ab88005b509c7b613fc1 (diff)
* update-version: trivial fix to not replace other thing
-rwxr-xr-xupdate-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-version b/update-version
index e978398..352f94f 100755
--- a/update-version
+++ b/update-version
@@ -4,4 +4,4 @@ VERSIONIN=$TOPDIR/hieroglyph/version.h.in.in
VERSION_H=${VERSIONIN//.in.in}.in
UUID=`uuidgen`
-sed -e "s/__HIEROGLYPH__/$UUID/" $VERSIONIN > $VERSION_H
+sed -e "s/%%HIEROGLYPH%%/$UUID/" $VERSIONIN > $VERSION_H