summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/make_deb.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/make_deb.sh b/scripts/make_deb.sh
index a89c7ca..8366c44 100755
--- a/scripts/make_deb.sh
+++ b/scripts/make_deb.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash
main() {
while getopts "d:s:" opt; do
@@ -50,7 +50,6 @@ EOF
# make a deb out of it
echo dpkg -b "${debian_tmp}" "${deb}" | fakeroot
- exit 1
rm -rf "${debian_tmp}"
}