7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "Error: The build has been configured for building the build host tools" \
|
||
|
"only." >&2
|
||
|
exit 1
|
||
|
|