"unset verbose" is 13 characters, not 10.

This commit is contained in:
ru 2004-10-23 21:36:55 +00:00
parent 2f410fc7e2
commit 4a92f2ee91

View File

@ -182,7 +182,7 @@ static Shell shells[] = {
*/
{
"csh",
TRUE, "unset verbose", "set verbose", "unset verbose", 10,
TRUE, "unset verbose", "set verbose", "unset verbose", 13,
FALSE, "echo \"%s\"\n", "csh -c \"%s || exit 0\"",
"v", "e",
},