diff options
author | Robert Moore <Robert.Moore@intel.com> | 2013-11-08 08:11:48 -0800 |
---|---|---|
committer | Robert Moore <Robert.Moore@intel.com> | 2013-11-08 08:11:48 -0800 |
commit | ef9997164ab19f5ecc40951733796b01616782da (patch) | |
tree | e569c7866d1d0a8afcbf260d82902e57affa9847 /tests | |
parent | a927068705bb06cfa3368367810065cf0bdba099 (diff) | |
download | acpica-ef9997164ab19f5ecc40951733796b01616782da.tar.gz |
Update scripts to use "." instead of "source".
Improves portability of the various scripts. Lv Zheng.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/aslts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aslts.sh b/tests/aslts.sh index 204be418d..3d8f9b5d7 100755 --- a/tests/aslts.sh +++ b/tests/aslts.sh @@ -140,8 +140,8 @@ SRCDIR=`(cd \`dirname $0\`; cd ..; pwd)` setup_environment $SRCDIR/tests/aslts $SRCDIR/generate/unix # To use common utilities -source $SRCDIR/tests/aslts/bin/common -source $SRCDIR/tests/aslts/bin/settings +. $SRCDIR/tests/aslts/bin/common +. $SRCDIR/tests/aslts/bin/settings RESET_SETTINGS INIT_ALL_AVAILABLE_CASES INIT_ALL_AVAILABLE_MODES |