diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-29 12:04:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-29 12:04:18 +0000 |
commit | 9924db44cc48057a312f1c0f264663b94617fc4b (patch) | |
tree | 709054beca0e119e552865e1fdfc8720880bb81e /misc/yaucg/files | |
parent | 22c3e2138e264ad37fb997e8d0c73d518b02ae1b (diff) |
Notes
Diffstat (limited to 'misc/yaucg/files')
-rw-r--r-- | misc/yaucg/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/yaucg/files/patch-aa b/misc/yaucg/files/patch-aa new file mode 100644 index 000000000000..ed6192cc66ff --- /dev/null +++ b/misc/yaucg/files/patch-aa @@ -0,0 +1,14 @@ +--- grepper/userfriendly.sh.orig Sun Aug 26 13:05:42 2001 ++++ grepper/userfriendly.sh Sun Aug 26 13:05:49 2001 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/local/bin/bash + + # YAUCG - Yes, another userfriendly comic grepper + # Read README first before writing me emails with your problem(s). Comments +@@ -133,4 +133,4 @@ + echo -e "\033[0;32mDONE!\033[m" + } + +-main ++main |