fixed bug in build script that caused incorrect header comment

This commit is contained in:
Jon-William Lewis
2015-06-10 08:38:25 -05:00
parent 121abb1df7
commit d70d3b4312
3 changed files with 18 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
S=sns.sh
cat header.sh > "$S"
bash header.sh > "$S"
echo -e "\n# Section: Functions" >> "$S"
cat ./src/includes/w_conf.sns.sh >> "$S"
cat ./src/includes/pause.sns.sh >> "$S"