From 7a7ef0d506974783d4463554792676dcbf2381cd Mon Sep 17 00:00:00 2001 From: Manuel Schmalstieg Date: Sat, 20 May 2017 23:20:52 +0200 Subject: [PATCH] minor change testing Atom Beta --- scripts/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 07aedfc..e342992 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -7,8 +7,8 @@ ## 1: We declare some variables -INPUT="../content/meta.txt" ## ../content/intro.txt -INPUT="$INPUT ../content/manifestos/*.*" +INPUT="../content/meta.txt" ## ../content/intro.txt +INPUT="$INPUT ../content/manifestos/*.*" TEMP="../temp/newfile.txt" TEMP2="../temp/newfile2.txt" @@ -47,7 +47,6 @@ END { } ' $INPUT > $TEMP - ## awk '{print $0," x"}' $TEMP > $TEMP2 ## mv $TEMP2 $TEMP