thank you fgsch for style fix

pull/167/head
Pat Hickey 5 years ago
parent eb3e8e7363
commit 9695cb528f

@ -2,9 +2,7 @@
set -x set -x
command -v dpkg-deb >/dev/null command -v dpkg-deb >/dev/null
if [ $? -eq 0 ] if [ $? -ne 0 ]; then
then
else
echo "required tool dpkg-deb missing. exiting" echo "required tool dpkg-deb missing. exiting"
exit 0 exit 0
fi fi

Loading…
Cancel
Save