summaryrefslogtreecommitdiffhomepage
path: root/sofort.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-15 22:46:08 -0500
committermidipix <writeonce@midipix.org>2015-12-15 22:46:08 -0500
commitfb7de2f3f9eaf09efc83a727957ce74ebd976abb (patch)
treece7dae827d65778f31fe444c6a342527dac446a1 /sofort.sh
parent785098341d701d6c12bf0ae53900ac64f8a680ae (diff)
downloadsofort-fb7de2f3f9eaf09efc83a727957ce74ebd976abb.tar.bz2
sofort-fb7de2f3f9eaf09efc83a727957ce74ebd976abb.tar.xz
sofort.sh: re-copy argv.h after all substitutions have been applied.
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 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:]'`