summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaulfantom <pawel@krupa.net.pl>2018-09-08 13:31:36 +0200
committerpaulfantom <pawel@krupa.net.pl>2018-09-08 13:31:36 +0200
commit228cd1a987d92b4297cc506d656e2602e53c5350 (patch)
treea99a61800badc0f18d57d6cfd6edfacc9e2a6b5b
parentefc8e0073dfe6f780d903129ab8438621993e732 (diff)
remove last mention of autogen.sh
-rwxr-xr-xpackaging/git-build2
1 files changed, 1 insertions, 1 deletions
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