From 9695cb528f7987fc3ae99349b065a2e013bdb673 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 2 Dec 2020 12:42:22 -0800 Subject: [PATCH] thank you fgsch for style fix --- deb_from_installation.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deb_from_installation.sh b/deb_from_installation.sh index fc89891..053de42 100755 --- a/deb_from_installation.sh +++ b/deb_from_installation.sh @@ -2,9 +2,7 @@ set -x command -v dpkg-deb >/dev/null -if [ $? -eq 0 ] -then -else +if [ $? -ne 0 ]; then echo "required tool dpkg-deb missing. exiting" exit 0 fi