aboutsummaryrefslogtreecommitdiff
path: root/script/gen-deb.sh
diff options
context:
space:
mode:
authorcomex2015-08-07 17:03:51 -0400
committercomex2015-08-07 17:08:31 -0400
commita4f89a7327e5b5dc2a64e51840aa19c7ac89071d (patch)
treead8f4887c7b7047af85d40a98b598fd3ad134c61 /script/gen-deb.sh
parentfuture proofing (diff)
downloadsubstitute-a4f89a7327e5b5dc2a64e51840aa19c7ac89071d.tar.gz
fixes
Diffstat (limited to 'script/gen-deb.sh')
-rwxr-xr-xscript/gen-deb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/gen-deb.sh b/script/gen-deb.sh
index 999765c..23bfcf0 100755
--- a/script/gen-deb.sh
+++ b/script/gen-deb.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
set -e
debroot=out/debroot
version="$(git describe --always --dirty)"