Use absolute paths for RCS commands (Martin Natano)
This commit is contained in:
parent
8bfaa68572
commit
2703f4af80
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* $OpenBSD: common.h,v 1.26 2006/03/11 19:41:30 otto Exp $
|
||||
* $DragonFly: src/usr.bin/patch/common.h,v 1.5 2008/08/10 23:50:12 joerg Exp $
|
||||
* $NetBSD: common.h,v 1.20 2014/11/26 00:31:32 christos Exp $
|
||||
* $NetBSD: common.h,v 1.21 2015/07/24 18:56:44 christos Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -50,8 +50,8 @@
|
||||
#define SCCSDIFF "get -p %s | diff - %s >/dev/null"
|
||||
|
||||
#define RCSSUFFIX ",v"
|
||||
#define CHECKOUT "co -l %s"
|
||||
#define RCSDIFF "rcsdiff %s > /dev/null"
|
||||
#define CHECKOUT "/usr/bin/co"
|
||||
#define RCSDIFF "/usr/bin/rcsdiff"
|
||||
|
||||
#define ORIGEXT ".orig"
|
||||
#define REJEXT ".rej"
|
||||
|
Loading…
Reference in New Issue
Block a user