summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2013-11-08 08:11:48 -0800
committerRobert Moore <Robert.Moore@intel.com>2013-11-08 08:11:48 -0800
commitef9997164ab19f5ecc40951733796b01616782da (patch)
treee569c7866d1d0a8afcbf260d82902e57affa9847 /tests
parenta927068705bb06cfa3368367810065cf0bdba099 (diff)
downloadacpica-ef9997164ab19f5ecc40951733796b01616782da.tar.gz
Update scripts to use "." instead of "source".
Improves portability of the various scripts. Lv Zheng.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/aslts.sh4
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