[PATCH 03/42] tools/build/rtems-test-check: Support multiple include files
Joel Sherrill
joel.sherrill at oarcorp.com
Mon Mar 23 14:39:01 UTC 2015
---
tools/build/rtems-test-check | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/build/rtems-test-check b/tools/build/rtems-test-check
index 3a485c7..2411dd1 100755
--- a/tools/build/rtems-test-check
+++ b/tools/build/rtems-test-check
@@ -28,7 +28,7 @@ bsp_tests=${tests}
if test -f $testdata; then
disabled_tests=""
- while [ ! -z $testdata ];
+ while [ ! -z "$testdata" ];
do
for td in $testdata;
do
--
1.9.3
More information about the devel
mailing list