diff options
| author | Louis Burda <contact@sinitax.com> | 2025-06-19 04:20:39 +0200 |
|---|---|---|
| committer | Louis Burda <contact@sinitax.com> | 2025-06-19 04:20:39 +0200 |
| commit | 78a1da06f38e08a6c883f2eb449a66fe038c1294 (patch) | |
| tree | 6ca190076718ddaa7787fa89ac2c6c8af473f4ef /lib/liballoc/configure | |
| parent | 13489155c4f392dee8a0e9247df4b3fee91dc6bc (diff) | |
| download | libhmd-c-master.tar.gz libhmd-c-master.zip | |
Diffstat (limited to 'lib/liballoc/configure')
| -rwxr-xr-x | lib/liballoc/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/liballoc/configure b/lib/liballoc/configure index 9b3f0eb..16d5220 100755 --- a/lib/liballoc/configure +++ b/lib/liballoc/configure @@ -1,3 +1,5 @@ #!/bin/sh -tmpl "$@" build.jst.tmpl > build.jst +set -ex + +tmpl "$@" build.rmk.tmpl > build.rmk |
