Skip to content

Commit

Permalink
Move build script
Browse files Browse the repository at this point in the history
  • Loading branch information
butchwarns committed Mar 2, 2024
1 parent 1419fae commit d6a98e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh → build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Allow this script to be run from different working directory without messing up relative paths
scriptdir="$(dirname "$0")"
cd "$scriptdir/build"
cd "$scriptdir"

# Check the first argument for build type
if [ -z "$1" ]; then
Expand Down

0 comments on commit d6a98e3

Please # to comment.