projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10fc761
)
display a warning about the missing program
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 23 Sep 2014 12:12:10 +0000
(12:12 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 23 Sep 2014 12:12:10 +0000
(12:12 +0000)
test/bin/yui-compressor
patch
|
blob
|
history
diff --git
a/test/bin/yui-compressor
b/test/bin/yui-compressor
index
e794534
..
c55de67
100755
(executable)
--- 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 <<EOF >&2
+==> Warning: the real program yui-compressor does not exists <==
+ will use cat(1) instead!
+EOF
+
cat "$@"