From: Andreas Smas Date: Sat, 2 Sep 2017 19:38:52 +0000 (-0700) Subject: Do a 'git status' in Autobuild.sh to see why it's dirty X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c815b7fdc1c6879210485486c5c92747176180;p=thirdparty%2Ftvheadend.git Do a 'git status' in Autobuild.sh to see why it's dirty --- diff --git a/Autobuild.sh b/Autobuild.sh index 806f6e13f..2344ddb35 100755 --- a/Autobuild.sh +++ b/Autobuild.sh @@ -68,6 +68,8 @@ versioned_artifact() { echo "$PWD/$1" >> "$FILELIST" } +git status + if [ -f Autobuild/${TARGET}.sh ]; then source Autobuild/${TARGET}.sh else