summary refs log tree commit diff
path: root/package/compile
diff options
context:
space:
mode:
Diffstat (limited to 'package/compile')
-rwxr-xr-xpackage/compile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/compile b/package/compile
index 4b17879..0ed142e 100755
--- a/package/compile
+++ b/package/compile
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
 
 umask 022
 test -d package || sh -cx '! : Wrong working directory.'