Correcting typo in Makefile about line wrapping.
This commit is contained in:
parent
deaa1214dc
commit
4709ece48f
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ test:
|
||||||
then \
|
then \
|
||||||
checkbashisms functions.sh functions/* examples/*/*.sh helpers/* hooks/*; \
|
checkbashisms functions.sh functions/* examples/*/*.sh helpers/* hooks/*; \
|
||||||
else \
|
else \
|
||||||
echo "WARNING: skipping bashism test - you need to install devscripts.";
|
echo "WARNING: skipping bashism test - you need to install devscripts."; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue