diff options
-rw-r--r-- | src/oh-applypatches.sh | 2 | ||||
-rw-r--r-- | src/oh-copyconfig.sh | 2 | ||||
-rw-r--r-- | src/oh-parsechangelog.sh | 2 | ||||
-rw-r--r-- | src/oh-unpacksource.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/oh-applypatches.sh b/src/oh-applypatches.sh index 65e272d..621e882 100644 --- a/src/oh-applypatches.sh +++ b/src/oh-applypatches.sh @@ -1,4 +1,4 @@ -#!@@SHELL@@ +#!@@SH@@ # # opkhelper # src/oh-applypatches diff --git a/src/oh-copyconfig.sh b/src/oh-copyconfig.sh index fb1ad48..d6621d4 100644 --- a/src/oh-copyconfig.sh +++ b/src/oh-copyconfig.sh @@ -1,4 +1,4 @@ -#!@@SHELL@@ +#!@@SH@@ # # opkhelper # src/oh-copyconfig diff --git a/src/oh-parsechangelog.sh b/src/oh-parsechangelog.sh index 7cca14d..141c5de 100644 --- a/src/oh-parsechangelog.sh +++ b/src/oh-parsechangelog.sh @@ -1,4 +1,4 @@ -#!@@SHELL@@ +#!@@SH@@ # # opkhelper # src/oh-parsechangelog diff --git a/src/oh-unpacksource.sh b/src/oh-unpacksource.sh index 72666ce..2e5fc7a 100644 --- a/src/oh-unpacksource.sh +++ b/src/oh-unpacksource.sh @@ -1,4 +1,4 @@ -#!@@SHELL@@ +#!@@SH@@ # # opkhelper # src/oh-unpacksource |