Remove 'nice' from list of non-reading commands (fixes #1169)
This commit is contained in:
parent
5481ccd7f7
commit
7ec2fa2d3e
|
@ -81,7 +81,7 @@ nonReadingCommands = [
|
|||
"alias", "basename", "bg", "cal", "cd", "chgrp", "chmod", "chown",
|
||||
"cp", "du", "echo", "export", "false", "fg", "fuser", "getconf",
|
||||
"getopt", "getopts", "ipcrm", "ipcs", "jobs", "kill", "ln", "ls",
|
||||
"locale", "mv", "nice", "printf", "ps", "pwd", "renice", "rm", "rmdir",
|
||||
"locale", "mv", "printf", "ps", "pwd", "renice", "rm", "rmdir",
|
||||
"set", "sleep", "touch", "trap", "true", "ulimit", "unalias", "uname"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue