Changeset b013cd2 in rtems-graphics-toolkit


Ignore:
Timestamp:
10/07/14 00:47:49 (9 years ago)
Author:
Gedare Bloom <gedare@…>
Branches:
master
Children:
67440a7
Parents:
a2dc50f
Message:

Fix do_it to make more portable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • do_it

    ra2dc50f rb013cd2  
    1 #! /bin/sh
     1#! /bin/bash
    22#
    33#  Script to help build RTEMS Graphics Toolkit
    4 #
    5 #  $Id$
    64#
    75
     
    1412fi
    1513
    16 source ${vfile}
     14./${vfile}
    1715
    1816if [ X${LIBJPEG} = X ] ; then
     
    209207check_status $? Could not generate RTEMS_SETTINGS
    210208
    211 source ./RTEMS_SETTINGS
     209. ./RTEMS_SETTINGS
    212210
    213211PREFIX=${BSPTOP}
Note: See TracChangeset for help on using the changeset viewer.