mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
misc-progs: Convert to right file encoding.
This commit is contained in:
@@ -46,7 +46,8 @@ char * trusted_env[4]={
|
||||
"PATH=/usr/bin:/usr/sbin:/sbin:/bin",
|
||||
"SHELL=/bin/sh",
|
||||
"TERM=dumb",
|
||||
NULL};
|
||||
NULL
|
||||
};
|
||||
|
||||
/* Spawns a child process that uses /bin/sh to interpret a command.
|
||||
* This is much the same in use and purpose as system(), yet as it uses execve
|
||||
|
||||
Reference in New Issue
Block a user