summaryrefslogtreecommitdiff
path: root/net/generic-nqs/files/patch-ae
blob: 46a51ccda2a8bb71f240eb5a5e6b0ba5f278cf48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- SETUP.orig	Sun Nov 14 21:18:57 1999
+++ SETUP	Sun Nov 14 21:19:31 1999
@@ -1,16 +1,6 @@
 #!/bin/sh
 
-our_path="`echo $PATH | tr ':' ' '`"
 our_shell="/bin/sh"
-
-for x in ksh bash ; do
-  for y in $our_path ; do
-    if [ -f "$y/$x" ]; then
-      our_shell="$y/$x"
-    fi
-  done
-done
-
 export our_shell
 SETUP_CC="$CC"
 export SETUP_CC