From 238621f4795b04daa852e9fb3a62f5c7b9062d38 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 26 Nov 2018 00:44:55 -0500 Subject: Un-hardcode fortune(6) path in cgram --- port/cgram/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'port') diff --git a/port/cgram/pathnames.h b/port/cgram/pathnames.h index 51da95c9..40db1eed 100644 --- a/port/cgram/pathnames.h +++ b/port/cgram/pathnames.h @@ -27,4 +27,4 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define _PATH_FORTUNE "/usr/games/fortune" +#define _PATH_FORTUNE "fortune" -- cgit 1.4.1 92c'/> dontfiles
summary refs log tree commit diff
path: root/bin/cash/libedit/config.h (unfollow)
Commit message (Collapse)Author
2019-02-10Remove pattend from hiJune McEnroe
2019-02-10Replace uses of pattend with newline patternsJune McEnroe
2019-02-10Add hi debug outputJune McEnroe
2019-02-10Actually do HTML " escapingJune McEnroe
2019-02-10Set git commit.verboseJune McEnroe
2019-02-10Add back missing static keywordJune McEnroe