summaryrefslogtreecommitdiffstats
path: root/confpac
diff options
context:
space:
mode:
Diffstat (limited to 'confpac')
-rwxr-xr-xconfpac2
1 files changed, 1 insertions, 1 deletions
diff --git a/confpac b/confpac
index c889d55..ca1f52a 100755
--- a/confpac
+++ b/confpac
@@ -1,5 +1,5 @@
#!/bin/bash
-[[ -f autogen.sh ]] || return 1;
+[[ -f autogen.sh ]] || exit 1;
./autogen.sh;
dconfigure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-git-version --enable-debug "$@"