greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17193

Show
Ignore:
Timestamp:
2008-09-05 12:19:29 (3 months ago)
Author:
ak19
Message:

Added line to send output to /dev/null in order to make this file exactly the same as the setup.bash file in svn's gsdl/trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gs2build/setup.bash

    r16597 r17193  
    185185if [ -e ext ] ; then 
    186186  for gsdl_ext in ext/* ; do 
    187     cd $gsdl_ext  
     187    cd $gsdl_ext > /dev/null 
    188188    if [ -e setup.bash ] ; then  
    189189      . setup.bash