summaryrefslogtreecommitdiff
path: root/sysutils/crashme/patches/patch-ab
blob: c8e0e11808922b028808c64c759805ba1e58dbeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 1999/06/27 01:41:46 abs Exp $

--- crashme.c.orig	Sat Jun 26 18:35:17 1999
+++ crashme.c	Sat Jun 26 18:36:01 1999
@@ -591,7 +591,7 @@
     status = fork();
 #endif
     if (status == 0)
-      {status = execl(cmd,cmd,nb,arg2,nt,arg4,arg5,subprocess_ind,0);
+      {status = execlp(cmd,cmd,nb,arg2,nt,arg4,arg5,subprocess_ind,0);
        if (status == -1)
 	 {perror(cmd);
 	  exit(1);}}