summaryrefslogtreecommitdiffhomepage
path: root/sofort.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-14 09:35:03 -0400
committermidipix <writeonce@midipix.org>2016-05-14 09:35:03 -0400
commit02d78787d7f18fe278ac1a8ffe192eb1ceae0fbb (patch)
treeeb052515500b06c9c00e2d5843fd15f5a0d63877 /sofort.sh
parent20cc26dcaac701a9975cf2b7681ae0e4e5658afd (diff)
downloadsofort-02d78787d7f18fe278ac1a8ffe192eb1ceae0fbb.tar.bz2
sofort-02d78787d7f18fe278ac1a8ffe192eb1ceae0fbb.tar.xz
fix post-generation substitution in project/tagver.mk.
Diffstat (limited to 'sofort.sh')
-rwxr-xr-xsofort.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort.sh b/sofort.sh
index c302928..ad7763e 100755
--- a/sofort.sh
+++ b/sofort.sh
@@ -80,6 +80,7 @@ done
# and also project/tagver.mk, which has SFRT, not SFRT_
f=project/tagver.mk
+upperspace=`echo "$namespace" | tr '[:lower:]' '[:upper:]'`
sed -e s/SFRT/$upperspace/g "$f" > "$f.tmp" || exit 2
mv "$f.tmp" "$f" || exit 2