aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsigndll.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/signdll.bash b/signdll.bash
index 1b0a119..7ed55d3 100755
--- a/signdll.bash
+++ b/signdll.bash
@@ -1,5 +1,10 @@
#!/bin/bash
+function die() {
+ echo $*
+ exit 1
+}
+
if [ -z "$BNS_CERT" ]
then
die "$0: Please set BNS_CERT to the bns signing certificate for windows"