summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-24 16:29:55 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-24 16:29:55 (EDT)
commit9196326d95d5067ef141ccf2338c8f99b6626525 (patch)
treece8e2f22be7e8b3bc985af188ad93a123e4a936e /src/opkbuild.sh
parent5d15f62baefd84bbc8382bd13e4ebcf93e1bb1cc (diff)
Replace "/bin/sh" with "@@SHELL@@" in scripts.
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh4
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