importer: clear DEV after use always

This commit is contained in:
Franco Fichtner 2018-07-04 17:05:14 +02:00
parent c72b50a7a9
commit dc3df43a97

View File

@ -194,9 +194,11 @@ while : ; do
elif [ "${DEV}" = "!" ]; then
# secret escape! (not so secret now, is it?)
csh
DEV=
continue
elif ! probe_for_part ${DEV}; then
echo "No known partition layout was found for '${DEV}'."
DEV=
continue
fi