summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2022-08-27 14:41:18 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2022-08-27 14:41:56 +0000
commit4406e5289277792e4bf7389b0bffad95317e18a4 (patch)
tree6278bb6d46dcc68754f887966c5a988606ee844f
parentff129fb93d01e14c52f5bfe0e9cf59336f055c05 (diff)
downloadlightdm-gtk-greeter-git-4406e5289277792e4bf7389b0bffad95317e18a4.tar.gz
Fix exit condition
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 973fb98..eeccce2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -50,7 +50,7 @@ cd "$olddir"
if [ "$NOCONFIGURE" = "" ]; then
$srcdir/configure "$@" || exit 1
- if [ "$1" = "--help" ]; then exit 0 else
+ if [ "$1" = "--help" ]; then exit 0; else
echo "Now type 'make' to compile $PKG_NAME" || exit 1
fi
else