summaryrefslogtreecommitdiff
path: root/packaging/package_debian.sh
diff options
context:
space:
mode:
authorQrius <[email protected]>2024-12-19 14:35:56 +0100
committerQrius <[email protected]>2024-12-19 14:36:07 +0100
commitb84765abc10598c3c808ea207ba89be40211189b (patch)
treee5e13ac52367904b30c0dbea8782ff03b8665d32 /packaging/package_debian.sh
parent861779e4c6b82f9f4bf09fd7e714ac5106b4455d (diff)
downloadskaldpress-b84765abc10598c3c808ea207ba89be40211189b.tar.gz
skaldpress-b84765abc10598c3c808ea207ba89be40211189b.zip
Try to make a macro to get guile things instead
Diffstat (limited to 'packaging/package_debian.sh')
-rwxr-xr-xpackaging/package_debian.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/package_debian.sh b/packaging/package_debian.sh
index 2c147e6..6549717 100755
--- a/packaging/package_debian.sh
+++ b/packaging/package_debian.sh
@@ -1,5 +1,6 @@
#!/bin/bash
set -x
+set -o pipefail
tmpdir=$(mktemp -d)