diff options
-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 |