From ce36edfdd9f07ad58ec29d47727e5c74d5dee9e4 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 31 Jul 2013 18:16:40 +0400 Subject: Configure: fixed autotest cleanup commands. Previously, if configured with --with-cc="clang -g", the autotest.dSYM directories were left unremoved. --- auto/lib/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/lib/test') diff --git a/auto/lib/test b/auto/lib/test index 907e2353b..ba943a29d 100644 --- a/auto/lib/test +++ b/auto/lib/test @@ -37,4 +37,4 @@ else echo " not found" fi -rm $NGX_AUTOTEST* +rm -rf $NGX_AUTOTEST* -- cgit