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