Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
[mkws-moved-to-github.git] / test / bin / yui-compressor
index e794534..c55de67 100755 (executable)
@@ -2,5 +2,10 @@
 # 
 # yui-compressor - dummy wrapper for missing java tool yui-compressor
 
+cat <<EOF >&2
+==>  Warning: the real program yui-compressor does not exists <==
+     will use cat(1) instead! 
+EOF
+
 cat "$@"