From ead9ed799d7f6df62ba72a2ab7cd3ebde64e4151 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 23 Sep 2014 12:12:10 +0000 Subject: [PATCH] display a warning about the missing program --- test/bin/yui-compressor | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/bin/yui-compressor b/test/bin/yui-compressor index e794534..c55de67 100755 --- a/test/bin/yui-compressor +++ b/test/bin/yui-compressor @@ -2,5 +2,10 @@ # # yui-compressor - dummy wrapper for missing java tool yui-compressor +cat <&2 +==> Warning: the real program yui-compressor does not exists <== + will use cat(1) instead! +EOF + cat "$@" -- 1.7.10.4