Skip to content

Commit

Permalink
[F] Fix current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Apr 23, 2024
1 parent 2b6d17c commit 81f4dc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build_pkg.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# Get script directory
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR/..

set -e

# Remove the old build
Expand Down

0 comments on commit 81f4dc9

Please sign in to comment.