Debian package: skip the set -e for now

This commit is contained in:
Frans de Jonge
2021-06-05 10:03:28 +02:00
parent ae544b741d
commit 600c2bcf81

View File

@@ -1,7 +1,5 @@
#!/bin/bash
# Script to generate debian packages for KOReader
set -e
if [ -z "${1}" ]; then
echo "${0}: can't find KOReader build, please specify a path"
exit 1