source: main/trunk/gs-release-builder/envi/lib/source.bash@ 36212

Last change on this file since 36212 was 36212, checked in by kjdon, 2 years ago

a new repository for greenstone release build system files

File size: 96 bytes
Line 
1#!/bin/bash
2if [ -f $1 ]; then
3 source $1 &> /dev/null
4 echo '-- ENVIRONMENT "'$2'" --'
5 env
6fi
Note: See TracBrowser for help on using the repository browser.