mirror of
https://github.com/ben-grande/qusal.git
synced 2025-12-16 00:44:19 -05:00
fix: change directory to repository top level
This commit is contained in:
parent
5d6a50c286
commit
95a184d1a9
16 changed files with 17 additions and 0 deletions
|
|
@ -9,7 +9,9 @@ set -eu
|
|||
command -v git >/dev/null || { echo "Missing program: git" >&2; exit 1; }
|
||||
repo_toplevel="$(git rev-parse --show-toplevel)"
|
||||
test -d "${repo_toplevel}" || exit 1
|
||||
cd "${repo_toplevel}"
|
||||
unset repo_toplevel
|
||||
|
||||
now="$(date +%s)"
|
||||
fail="0"
|
||||
find_tool="$(./scripts/best-program.sh fd fdfind find)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue