From 0bda5353aa740825fc489cea51d929d83f2ac148 Mon Sep 17 00:00:00 2001 From: geos_one Date: Tue, 12 Aug 2025 17:36:47 +0200 Subject: [PATCH] Bump --- build_orig.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_orig.sh b/build_orig.sh index ce1de52..7bccdf6 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 @@ -80,7 +80,7 @@ VER=`cat $WORK_DIR/version.txt` echo "Importing $DIR/../$FILENAME as $VER into git" #exit 1 -#cleanup -#gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME +cleanup +gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME exit 0