components/slib/patches/slib.sh.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Fri, 26 Sep 2014 09:52:08 -0700
changeset 2117 cc1dde1e0b0a
parent 694 a8816ddd9020
permissions -rw-r--r--
19682154 smp_utils fails to build on 57
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
161
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     1
--- slib/slib.sh_orig	Thu Dec 20 20:17:37 2007
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     2
+++ slib/slib.sh	Tue Mar 29 14:16:10 2011
694
a8816ddd9020 7145246 /usr/bin/slib doesn't seem to work
Rich Burridge <rich.burridge@oracle.com>
parents: 161
diff changeset
     3
@@ -1,3 +1,7 @@
161
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     4
+#!/usr/bin/bash
694
a8816ddd9020 7145246 /usr/bin/slib doesn't seem to work
Rich Burridge <rich.burridge@oracle.com>
parents: 161
diff changeset
     5
+SCHEME_LIBRARY_PATH=${SCHEME_LIBRARY_PATH:-/usr/lib/slib/}
161
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     6
+export SCHEME_LIBRARY_PATH
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     7
+VERSION=3b1
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     8
 
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
     9
 ##"slib" script; Find a Scheme implementation and initialize SLIB in it.
0667002cbaee 7032299 move slib from sfw to userland consolidation
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff changeset
    10
 #Copyright (C) 2003, 2004 Aubrey Jaffer