summaryrefslogtreecommitdiffstats
path: root/packaging/git-build
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/git-build')
-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