summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-21 17:42:32 +0200
committerJonathan Bauer2011-06-21 17:42:32 +0200
commit9ce91f5128618b398e8b49849672e2833262cb5f (patch)
tree42f54afe5b36362b0c1ed4994d99e020b5cb3953 /build.sh
parentbuild-pkg.sh fixed bad paths (diff)
downloadfbgui-9ce91f5128618b398e8b49849672e2833262cb5f.tar.gz
fbgui-9ce91f5128618b398e8b49849672e2833262cb5f.tar.xz
fbgui-9ce91f5128618b398e8b49849672e2833262cb5f.zip
removed unneeded include
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index cda70f2..0d6f4eb 100755
--- a/build.sh
+++ b/build.sh
@@ -8,7 +8,6 @@ if [ "$1" = "--clean" ]
then
rm -rf $BUILDDIR
echo "$BUILDDIR removed."
- exit 1
fi
if [ ! -f CMakeLists.txt ]