diff --git a/usr/local/share/bastille/export.sh b/usr/local/share/bastille/export.sh index ad91e3eb..8ef258dd 100644 --- a/usr/local/share/bastille/export.sh +++ b/usr/local/share/bastille/export.sh @@ -174,9 +174,7 @@ else usage ;; *) - if echo "${2}" | grep -q "\/"; then - DIR_EXPORT="${2}" - fi + break ;; esac done