diff -r 21e86e18f344 -r 39b1c755f19b samples/samples.mk --- a/samples/samples.mk Mon Jan 26 18:36:02 2009 +0000 +++ b/samples/samples.mk Sun Apr 26 10:47:00 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'; \