diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-09 18:51:28 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-09 18:51:28 +0200 |
commit | 13a5681b7b4528fed6f402bfca8eca505e175a77 (patch) | |
tree | 137429c97fed0cbf166dab60cad306f54d8a89c6 /gen | |
parent | 5ab5635d06763ed86edc24e98fb366e993515ec4 (diff) |
Move script to gen/string/
Diffstat (limited to 'gen')
-rwxr-xr-x | gen/string/gbrk (renamed from gen/gbrk) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/gbrk b/gen/string/gbrk index ff936c3..ecde7f5 100755 --- a/gen/gbrk +++ b/gen/string/gbrk @@ -1,11 +1,11 @@ #!/bin/sh set -e -cd "${0%/*}/.." +cd "${0%/*}/../.." exec >include/unicode/__gbrk.h cat <<C -/* This file is autogenerated by gen/gbrk; DO NOT EDIT. */ +/* This file is autogenerated by gen/string/gbrk; DO NOT EDIT. */ #ifndef MLIB_UNICODE___GBRK_H #define MLIB_UNICODE___GBRK_H |