diff options
author | midipix <writeonce@midipix.org> | 2015-12-15 22:46:08 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-12-15 22:46:08 -0500 |
commit | fb7de2f3f9eaf09efc83a727957ce74ebd976abb (patch) | |
tree | ce7dae827d65778f31fe444c6a342527dac446a1 | |
parent | 785098341d701d6c12bf0ae53900ac64f8a680ae (diff) | |
download | sofort-fb7de2f3f9eaf09efc83a727957ce74ebd976abb.tar.bz2 sofort-fb7de2f3f9eaf09efc83a727957ce74ebd976abb.tar.xz |
sofort.sh: re-copy argv.h after all substitutions have been applied.
-rwxr-xr-x | sofort.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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:]'` |