diff options
Diffstat (limited to 'gpp.1')
-rw-r--r-- | gpp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ gpp - Bash-based preprocessor for anything .SH SYNOPSIS -.R gpp +.B gpp [-D .IR name [= value ]] [-f @@ -316,7 +316,7 @@ locate () ( exit 1 ) -includex () { +locatex () { local method local file set -e |