Handle fstab with spaces

This commit is contained in:
Roy Marples
2007-09-26 07:30:00 +00:00
parent 8a7b58a73d
commit e24d808fc5
4 changed files with 8 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ int rc_update (int argc, char **argv)
}
}
verbose = rc_is_env ("RC_VERBOSE", "yes");
verbose = rc_env_bool ("RC_VERBOSE");
if ((action & DOSHOW && action != DOSHOW) ||
(action & DOADD && action != DOADD) ||