aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/configure
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-18 21:17:04 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-01-18 21:17:04 +0000
commitdc777c0905f102ee8bfa8ea7c752f5f8f0124f96 (patch)
treedb6a9d65f7dd085e83658040cfb1fc0b9d026b1e /hardinfo2/configure
parent856428274dd3a217a5e813ce3d55fc7bcf4fd351 (diff)
SyncManager now partially working. :D
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-xhardinfo2/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure
index 56847e02..26ab11b3 100755
--- a/hardinfo2/configure
+++ b/hardinfo2/configure
@@ -141,7 +141,7 @@ if [ $GTK2 -eq -1 ]; then
echo "If you're using Debian, running the command as root:"
echo -e "\n\taptitude install libgtk2.0-dev\n"
echo "Will do the trick."
- exit
+ exit 1
fi
# ---------------------------------------------------------------------------
@@ -171,6 +171,7 @@ if [ $SOUP -eq -1 ]; then
echo "If you're using Debian, running the command as root:"
echo -e "\n\taptitude install libsoup2.2-dev\n"
echo "Will do the trick."
+ exit 1
fi
# --------------------------------------------------------------------------