1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

Fix typo in prev commit - add missing comma

This commit is contained in:
Andrey A. Chernov 2001-04-26 06:48:59 +00:00
parent ea0aee1233
commit f39162a2e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76015

View File

@ -163,8 +163,9 @@ main(int argc, char **argv)
usage();
}
/* Make sure the sub-execs we invoke get found */
setenv("PATH", "/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin"
1);
setenv("PATH",
"/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin",
1);
/* Set a reasonable umask */
umask(022);