mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-09 06:37:53 +00:00
6 lines
40 B
Bash
6 lines
40 B
Bash
|
die()
|
||
|
{
|
||
|
cat build/config.log
|
||
|
exit 1
|
||
|
}
|