From f58dfb37c31034b434a2c821d563445706ab23a4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 15 Mar 2016 18:15:52 -0400 Subject: Fix syntax error --- (limited to 'inst') diff --git a/inst b/inst index f9af025..8fe55b7 100755 --- a/inst +++ b/inst @@ -244,7 +244,7 @@ do_fstab_setup() ;; esac while read fs mp type options dump pass; do - case "${type}" in ''|) continue;; esac + case "${type}" in '') continue;; esac case "${fs}" in '@DEV'*'@') fs="${fs%@}" fs="${fs#@DEV}" -- cgit v0.9.1