export: Break on no options

This commit is contained in:
tschettervictor
2025-02-28 12:04:33 -07:00
committed by GitHub
parent b734b926c2
commit bb228a4f74

View File

@@ -174,9 +174,7 @@ else
usage
;;
*)
if echo "${2}" | grep -q "\/"; then
DIR_EXPORT="${2}"
fi
break
;;
esac
done