[rtems-graphics-toolkit commit] Fix the fix for improved portability.

Gedare Bloom gedare at rtems.org
Tue Oct 7 00:44:20 UTC 2014


Module:    rtems-graphics-toolkit
Branch:    master
Commit:    67440a71e158005cf263ee190d8d60f05520341d
Changeset: http://git.rtems.org/rtems-graphics-toolkit/commit/?id=67440a71e158005cf263ee190d8d60f05520341d

Author:    Gedare Bloom <gedare at rtems.org>
Date:      Mon Oct  6 20:53:26 2014 -0400

Fix the fix for improved portability.

---

 do_it |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/do_it b/do_it
index de87200..616e192 100755
--- a/do_it
+++ b/do_it
@@ -1,4 +1,4 @@
-#! /bin/bash 
+#! /bin/sh 
 #
 #  Script to help build RTEMS Graphics Toolkit
 #
@@ -11,7 +11,7 @@ if [ ! -r ${vfile} ] ; then
   exit 1
 fi
 
-./${vfile}
+. ./${vfile}
 
 if [ X${LIBJPEG} = X ] ; then
   echo VERSION FILE NOT CORRECT



More information about the vc mailing list