From 228cd1a987d92b4297cc506d656e2602e53c5350 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Sat, 8 Sep 2018 13:31:36 +0200 Subject: remove last mention of autogen.sh --- packaging/git-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/git-build b/packaging/git-build index 5cbe874b38..4e1d93a52d 100755 --- a/packaging/git-build +++ b/packaging/git-build @@ -4,7 +4,7 @@ # When run from the top-level repository, performs a complete clean # and maintainer-mode rebuild of the FireHOL package. -if [ ! -f .gitignore -o ! -f configure.ac -o ! -x autogen.sh ] +if [ ! -f .gitignore -o ! -f configure.ac ] then echo "Run as ./packaging/git-build from an autotools git repository" exit 1 -- cgit v1.2.3