components/slib/patches/slib.sh.patch
author Boris Chiu <boris.chiu@oracle.com>
Mon, 14 Apr 2014 16:55:13 -0700
changeset 1827 f2c27a5ab5dd
parent 694 a8816ddd9020
permissions -rw-r--r--
18552315 open-fabrics doesn't build on 45

--- slib/slib.sh_orig	Thu Dec 20 20:17:37 2007
+++ slib/slib.sh	Tue Mar 29 14:16:10 2011
@@ -1,3 +1,7 @@
+#!/usr/bin/bash
+SCHEME_LIBRARY_PATH=${SCHEME_LIBRARY_PATH:-/usr/lib/slib/}
+export SCHEME_LIBRARY_PATH
+VERSION=3b1
 
 ##"slib" script; Find a Scheme implementation and initialize SLIB in it.
 #Copyright (C) 2003, 2004 Aubrey Jaffer