diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-06-13 17:10:01 -0700 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2017-06-12 23:33:27 -0400 |
commit | 1d8d40bd3f903c0d0fa71c26b4548d2d47260251 (patch) | |
tree | 2fdec827609ce74b92ce40db232f5d97137fe1df | |
parent | 4585130b259133a26efae68275dbe56b08366deb (diff) | |
download | illumos-joyent-1d8d40bd3f903c0d0fa71c26b4548d2d47260251.tar.gz |
8354 sync regcomp(3C) with upstream (fix make catalog)
Approved by: Gordon Ross <gwr@nexenta.com>
-rw-r--r-- | usr/src/lib/libc/makelibccatalog.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libc/makelibccatalog.sh b/usr/src/lib/libc/makelibccatalog.sh index 9f765532ad..3536f3af26 100644 --- a/usr/src/lib/libc/makelibccatalog.sh +++ b/usr/src/lib/libc/makelibccatalog.sh @@ -91,7 +91,7 @@ done # # Change Directory # - cd ../locale + cd ../regex rm -f messages.po regerror.po ${XGETTEXT} -a regerror.c |