mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 04:45:57 +01:00
A few cosmetic fixes.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user