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 | |
parent | 5ab5635d06763ed86edc24e98fb366e993515ec4 (diff) |
Move script to gen/string/
-rwxr-xr-x | gen/string/gbrk (renamed from gen/gbrk) | 4 | ||||
-rw-r--r-- | include/unicode/__gbrk.h | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/include/unicode/__gbrk.h b/include/unicode/__gbrk.h index 96ea311..476c4a7 100644 --- a/include/unicode/__gbrk.h +++ b/include/unicode/__gbrk.h @@ -1,4 +1,4 @@ -/* 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 |