diff -r 21e86e18f344 -r 3d8aa8627d16 samples/samples.mk --- a/samples/samples.mk Mon Jan 26 18:36:02 2009 +0000 +++ b/samples/samples.mk Sun Jan 31 13:12:55 2010 +0100 @@ -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'; \