display a warning about the missing program
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 23 Sep 2014 12:12:10 +0000 (12:12 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 23 Sep 2014 12:12:10 +0000 (12:12 +0000)
test/bin/yui-compressor

index e794534..c55de67 100755 (executable)
@@ -2,5 +2,10 @@
 # 
 # yui-compressor - dummy wrapper for missing java tool yui-compressor
 
 # 
 # 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 "$@"
 
 cat "$@"