This commit is contained in:
Mattias Andrée 2012-10-29 22:58:33 +01:00
parent 7ac713431c
commit 3ab6df71c2

View file

@ -7,6 +7,7 @@ rr=0 # runtime required
ro=0 # runtime optional
pv=0 # python version
(hash chmod 2>/dev/null) || (br=1 ; ro=1 ; echo 'Missing chmod, install coreutils [build+runtime required]')
(hash gzip 2>/dev/null) || (bo=1 ; echo 'Missing gzip, install gzip [build optional]')
@ -36,3 +37,4 @@ pv=0 # python version
echo && echo 'Everything appears to be in order, enjoy ponysay!'
echo