summary |
shortlog |
log |
commit | commitdiff |
review |
tree
raw |
patch |
inline | side by side (from parent 1:
5feb4f3)
Hunk missing from previous commit, oops.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
- @if [ -x $PALO ]; then \
+ @if [ ! -x $(PALO) ]; then \
echo 'ERROR: Please install palo first (apt-get install palo)';\
echo 'or build it from source and install it somewhere in your $$PATH';\
false; \
echo 'ERROR: Please install palo first (apt-get install palo)';\
echo 'or build it from source and install it somewhere in your $$PATH';\
false; \