X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/316670eb35587141e969394ae8537d66b9211e80..cc8bc92ae4a8e9f1a1ab61bf83d34ad8150b3405:/tools/tests/libMicro/embd_bench.sh diff --git a/tools/tests/libMicro/embd_bench.sh b/tools/tests/libMicro/embd_bench.sh old mode 100644 new mode 100755 index 7b61d0f59..3abdb4368 --- a/tools/tests/libMicro/embd_bench.sh +++ b/tools/tests/libMicro/embd_bench.sh @@ -186,16 +186,16 @@ cp ./apple/bin-*/posix_spawn_bin $bin_dir/$A newline=0 # -# Everything below the while loop is input for the while loop -# if you have any tests which can't run in the while loop, put +# Everything below the while loop is input for the while loop if +# you have any tests which can't run in the while loop, put # them above this comment # while read A B do # $A contains the command, $B contains the arguments # we echo blank lines and comments - # we skip anything which fails to match *$1* (useful - # if we only want to test one case, but a nasty hack) + # we skip anything which fails to match *$1* (useful if + # we only want to test one case, but a nasty hack) case $A in \#*)