changeset 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 68463eff052a
children affef1edbdba
files sources/more/test.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/test.sh	Fri May 21 21:50:40 2010 -0500
+++ b/sources/more/test.sh	Fri May 21 22:25:10 2010 -0500
@@ -13,4 +13,4 @@
 
 read_arch_dir "$1"
 shift
-"$@"
+eval "$@"