mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Import cmdpad from oldpackages, add copyright, pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
--- cmdpad-0.0.3/src/command.c.orig 2003-03-29 17:54:12.000000000 +0100
|
||||
+++ cmdpad-0.0.3/src/command.c 2008-01-12 05:41:22.000000000 +0100
|
||||
@@ -68,6 +68,7 @@
|
||||
|
||||
void exec( char * command)
|
||||
{
|
||||
+ int status;
|
||||
if( fork() == 0) {
|
||||
char ** tmp ;
|
||||
int i ;
|
||||
@@ -88,6 +89,7 @@
|
||||
perror( "ERROR: execv") ;
|
||||
exit( 1) ;
|
||||
} // end if( fork())
|
||||
+ wait(&status);
|
||||
}
|
||||
|
||||
int getNumberofEntry()
|
||||
Reference in New Issue
Block a user