diff options
| author | Mattias Andrée <maandree@kth.se> | 2023-11-25 20:34:21 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2023-11-25 20:34:21 +0100 |
| commit | e75feac083f0c35421ff1b41fc9fd457ae48fe60 (patch) | |
| tree | 6da2fe6167d4e5089ca65f33f6c16ddc0f429519 | |
| parent | m (diff) | |
| download | gpp-e75feac083f0c35421ff1b41fc9fd457ae48fe60.tar.gz gpp-e75feac083f0c35421ff1b41fc9fd457ae48fe60.tar.bz2 gpp-e75feac083f0c35421ff1b41fc9fd457ae48fe60.tar.xz | |
gpp.1: m fix2.1.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
| -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 |
