From 02d78787d7f18fe278ac1a8ffe192eb1ceae0fbb Mon Sep 17 00:00:00 2001 From: midipix Date: May 14 2016 13:35:03 +0000 Subject: fix post-generation substitution in project/tagver.mk. --- 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