mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
BuildIt: use set -e to fail immediately on error
This saves time if something goes wrong very early in the build process.
This commit is contained in:
parent
3cd1db09d4
commit
219f2f988e
Notes:
sideshowbarker
2024-07-19 14:08:36 +09:00
Author: https://github.com/rburchell 🔰 Commit: https://github.com/SerenityOS/serenity/commit/219f2f988ef Pull-request: https://github.com/SerenityOS/serenity/pull/37
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
echo $DIR
|
||||
|
|
Loading…
Add table
Reference in a new issue