Keep output consistency by dropping full stop

merge-requests/18/head
g0t mi1k 2 months ago
parent 82780ef866
commit 7f241a3c73

@ -183,7 +183,7 @@ if [ "$HOST_ARCH" != "$KALI_ARCH" ]; then
amd64/i386|i386/amd64) amd64/i386|i386/amd64)
;; ;;
*) *)
echo "Can't build $KALI_ARCH image on $HOST_ARCH system." >&2 echo "Can't build $KALI_ARCH image on $HOST_ARCH system" >&2
exit 1 exit 1
;; ;;
esac esac

Loading…
Cancel
Save