summaryrefslogtreecommitdiff
path: root/src/runas.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runas.c')
-rw-r--r--src/runas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runas.c b/src/runas.c
index 8ebe51a..481fa7a 100644
--- a/src/runas.c
+++ b/src/runas.c
@@ -120,7 +120,7 @@ runas(char const *runas_user, char const *runas_group)
120 gr = getgrnam(runas_group); 120 gr = getgrnam(runas_group);
121 121
122 if (!gr) { 122 if (!gr) {
123 error("%s: no such group", runas_user); 123 error("%s: no such group", runas_group);
124 exit(1); 124 exit(1);
125 } 125 }
126 126

Return to:

Send suggestions and report system problems to the System administrator.