From cfd09bef3d226187ee05539f8fbfc4ab32a6c921 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 15 Mar 2016 02:16:49 -0400 Subject: do_fstab_setup(): Skip empty lines --- (limited to 'inst') diff --git a/inst b/inst index 10eb4fc..f9af025 100755 --- a/inst +++ b/inst @@ -244,6 +244,7 @@ do_fstab_setup() ;; esac while read fs mp type options dump pass; do + case "${type}" in ''|) continue;; esac case "${fs}" in '@DEV'*'@') fs="${fs%@}" fs="${fs#@DEV}" -- cgit v0.9.1