aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntp/ntp/reproducibility-fixed-path-to-posix-shell.patch
blob: 036c61a78f7c9c949bf44e87179ed712af8965be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
reproducibility fixed path to posixshell
---
Upstream-Status: Pending

 sntp/libopts/m4/libopts.m4 | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sntp/libopts/m4/libopts.m4 b/sntp/libopts/m4/libopts.m4
index 23738ca..4e18187 100644
--- a/sntp/libopts/m4/libopts.m4
+++ b/sntp/libopts/m4/libopts.m4
@@ -107,13 +107,6 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS_FIRST],[
   AC_PROG_SED
   [while :
   do
-      test -x "$POSIX_SHELL" && break
-      POSIX_SHELL=`which bash`
-      test -x "$POSIX_SHELL" && break
-      POSIX_SHELL=`which dash`
-      test -x "$POSIX_SHELL" && break
-      POSIX_SHELL=/usr/xpg4/bin/sh
-      test -x "$POSIX_SHELL" && break
       POSIX_SHELL=`/bin/sh -c '
           exec 2>/dev/null
           if ! true ; then exit 1 ; fi
-- 
2.34.1