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