summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinst2
1 files changed, 1 insertions, 1 deletions
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}"