Skip to content

Commit

Permalink
upkg: Remove usage of upkg root
Browse files Browse the repository at this point in the history
  • Loading branch information
andsens committed Jan 30, 2024
1 parent f45302b commit 75d03ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

checkdeps() {
set -eo pipefail; shopt -s inherit_errexit
local pkgroot; pkgroot=$(upkg root "${BASH_SOURCE[0]}")
local pkgroot; pkgroot=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
source "$pkgroot/.upkg/orbit-online/records.sh/records.sh"

local deps=("$@") dep out ret=0
Expand Down

0 comments on commit 75d03ba

Please sign in to comment.