misc-progs: Convert to right file encoding.

This commit is contained in:
Michael Tremer
2013-10-12 18:25:33 +02:00
parent 555637d156
commit 1293811896
7 changed files with 421 additions and 420 deletions

View File

@@ -42,11 +42,12 @@
#endif
/* Trusted environment for executing commands */
char * trusted_env[4]={
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