Correctly detect the absence of ronn

This commit is contained in:
Steve Streeting 2015-07-29 17:10:25 +01:00
parent bbd6dbcda1
commit b1ff4e1d83

@ -1,7 +1,7 @@
#!/bin/sh
ronn=`which ronn`
if [ -x $ronn ]; then
if [ -x "$ronn" ]; then
mkdir -p man
rm -rf man/*.ronn
rm -rf man/*.txt