From fb7de2f3f9eaf09efc83a727957ce74ebd976abb Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Dec 2015 22:46:08 -0500 Subject: sofort.sh: re-copy argv.h after all substitutions have been applied. --- sofort.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sofort.sh') diff --git a/sofort.sh b/sofort.sh index b4711cd..eb3123c 100755 --- a/sofort.sh +++ b/sofort.sh @@ -103,6 +103,7 @@ done # six: references cp "$srcdir"/COPYING.SOFORT "$dstdir" || exit 2 +cp "$srcdir"/src/internal/argv/argv.h "$dstdir"/src/internal/argv || exit 2 # seven: finalize uppername=`echo "$project" | tr '[:lower:]' '[:upper:]'` -- cgit v1.2.3