1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

A few cosmetic fixes.

This commit is contained in:
dan
1999-04-12 18:00:12 +00:00
parent ad6c5e0bd8
commit fad6a286d8
5 changed files with 49 additions and 18 deletions

View File

@@ -302,7 +302,7 @@ execInitScript()
}
#if 0
if (fork()==0) {
execl("/bin/sh", "/bin/sh", "-c",file, NULL);
execl("/bin/sh", "/bin/sh", "-c", file, NULL);
wsyserror(_("%s:could not execute initialization script"), file);
exit(1);
}