From 82a6fb3ea6b49bcf1ef21ab589179ee2d6ffdc09 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 14 Jun 2009 19:42:12 +0200 Subject: ash: fix . builtin Also, move [[ ]] comment to test.c and expand it Signed-off-by: Denys Vlasenko --- shell/ash_test/run-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash_test/run-all') diff --git a/shell/ash_test/run-all b/shell/ash_test/run-all index 4d0f39a41..ad93e251d 100755 --- a/shell/ash_test/run-all +++ b/shell/ash_test/run-all @@ -19,7 +19,7 @@ export THIS_SH do_test() { test -d "$1" || return 0 - echo do_test "$1" +# echo do_test "$1" # $1 but with / replaced by # so that it can be used as filename part noslash=`echo "$1" | sed 's:/:#:g'` ( -- cgit v1.2.3