Accepting request 46178 from home:oertel:branches:openSUSE:Factory
Copy from home:oertel:branches:openSUSE:Factory/timezone via accept of submit request 46178 revision 2. Request was accepted with message: reviewed ok. thanks\! OBS-URL: https://build.opensuse.org/request/show/46178 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
6616e71e99
commit
b5c3f7a308
@@ -10,7 +10,7 @@
|
||||
+const char * const toname;
|
||||
+{
|
||||
+ if (!fork()) {
|
||||
+ execlp("cp", "cp", fromname, toname);
|
||||
+ execlp("cp", "cp", fromname, toname, (char*) NULL);
|
||||
+ _exit(1);
|
||||
+ }
|
||||
+ int s;
|
||||
|
Reference in New Issue
Block a user