]> granicus.if.org Git - check/commitdiff
Use env to find shell to use
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 19 Jun 2014 01:53:32 +0000 (01:53 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 19 Jun 2014 01:53:32 +0000 (01:53 +0000)
On at least one platform (Solaris), the shell located at /bin/sh is
not a compliant shell. Using env as a form of redirection to find
a sh program, the PATH can be changed to find a compliant sh
to use. On platforms where /bin/sh is compliant, env should work
just fine.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1145 64e312b2-a51f-0410-8e61-82d0ca0eb02a

checkmk/test/check_checkmk

index f591a184e87581aeff9e3558d16f22a513a50bc0..1f0120ef810ece70a1878f83306429461a5bb87f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/usr/bin/env sh
 
 TESTS_RUN=0
 TESTS_PASSED=0