From af0e9a95a4be84f416c6755f0a6101124378b379 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Tue, 4 Jan 2022 17:17:36 -0400 Subject: [PATCH] Allow `--safe` to be added to defined options --- usr/local/share/bastille/export.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/share/bastille/export.sh b/usr/local/share/bastille/export.sh index 3397b9c..7f6287a 100644 --- a/usr/local/share/bastille/export.sh +++ b/usr/local/share/bastille/export.sh @@ -125,7 +125,6 @@ if [ -n "${bastille_export_options}" ]; then shift;; --safe) SAFE_EXPORT="1" - opt_count shift;; --raw) RAW_EXPORT="1"