diff options
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r-- | src/opkbuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 16fc95d..bc32915 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!@@SHELL@@ # # opkhelper # src/opkbuild @@ -48,7 +48,7 @@ error() [ ${#} -eq 1 ] && printf 'opkbuild: [%s] Error\n' "${1}" >&2 if ${dbg}; then printf 'opkbuild: Starting debugging shell...\n' >&2 - /bin/sh + @@SHELL@@ fi cd .. rm -Rf tmp 2> /dev/null |