Handle fstab with spaces
This commit is contained in:
@@ -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) ||
|
||||
|
Reference in New Issue
Block a user