diff options
-rwxr-xr-x | sofort.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |