diff options
Diffstat (limited to 'package/compile')
-rwxr-xr-x | package/compile | 3 |
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.' |