From f3f60628d223dccd4af36c954c20bb82a97460b7 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 23 May 2017 20:44:48 +0200 Subject: [PATCH] add docs --- build_orig.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_orig.sh b/build_orig.sh index 84c682f..9ba8631 100644 --- a/build_orig.sh +++ b/build_orig.sh @@ -14,7 +14,7 @@ function cleanup { } # register the cleanup function to be called on the EXIT signal -#trap cleanup EXIT +trap cleanup EXIT # Download Files specified in files.diz while IFS=! read type app version outputfile url md5 realver @@ -81,7 +81,7 @@ popd VER=`cat $WORK_DIR/version.txt` echo "Importing $DIR/../$FILENAME as $VER into git" -exit 1 +#exit 1 cleanup gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME