mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2025-01-23 15:31:23 +01:00
buildtoolchain: fix die() arguments
This commit is contained in:
parent
7aa26c15b5
commit
2cfd78acea
@ -47,7 +47,7 @@ case `uname -s` in
|
||||
esac
|
||||
|
||||
die() {
|
||||
echo $@
|
||||
echo "$@"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user