Skip to content

Commit af1603b

Browse files
tools::mkimage: abort on failure and debug print executed commands
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 61c0a0a commit af1603b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/mkimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -x -e
4+
35
# sync the sysroot
46
echo "sysroot: syncing base-files"
57
cp -r base-files/. sysroot/system-root/

0 commit comments

Comments
 (0)