diff -r 21e86e18f344 -r 7710d81d15e7 samples/samples.mk --- a/samples/samples.mk Mon Jan 26 18:36:02 2009 +0000 +++ b/samples/samples.mk Thu Jan 29 18:53:32 2009 +0000 @@ -76,7 +76,7 @@ echo ; \ echo '***********************************************************'; \ ) - $(SILENT)if $(grep) -E '^CT_EXPERIMENTAL=y$$' .config >/dev/null 2>&1; then \ + $(SILENT)if $(grep) -E '^CT_EXPERIMENTAL=y$$' .config >/dev/null 2>&1; then \ echo ; \ echo 'WARNING! This sample may enable experimental features.'; \ echo ' Please be sure to review the configuration prior'; \