comparison sources/more/test.sh @ 1089:b7efc55a3b09

Make test.sh able to use/print environment variables from the proper context.
author Rob Landley <rob@landley.net>
date Fri, 21 May 2010 22:25:10 -0500
parents 59281941172b
children
comparison
equal deleted inserted replaced
1088:68463eff052a 1089:b7efc55a3b09
11 11
12 . sources/include.sh || exit 1 12 . sources/include.sh || exit 1
13 13
14 read_arch_dir "$1" 14 read_arch_dir "$1"
15 shift 15 shift
16 "$@" 16 eval "$@"