From 9160dd1d72d39cdcf7c8c656783a2f65a1246885 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 May 2016 11:55:43 -0400 Subject: sofort.sh: apply namespace transformation in project/tagver.mk. --- sofort.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sofort.sh') diff --git a/sofort.sh b/sofort.sh index 59369d9..313e3b6 100755 --- a/sofort.sh +++ b/sofort.sh @@ -78,6 +78,11 @@ for f in $files; do mv "$f.tmp" "$f" || exit 2 done +# and also project/tagver.mk, which has SFRT, not SFRT_ +f=project/tagver.mk +sed -e s/SFRT/$upperspace/g "$f" > "$f.tmp" || exit 2 +mv "$f.tmp" "$f" || exit 2 + # four: directory names mv include/sofort include/$project || exit 2 dirs=$(find . -type d) -- cgit v1.2.3