Skip to content

Commit

Permalink
no deref, use -h ?
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Nov 13, 2023
1 parent 891f66b commit 11d2fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/scripts/build/windows_clang_cl.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $env:OPENSSL_USE_STATIC_LIBS = "TRUE"
# Extract the sources
$SOURCE_DSC = resolve-path "$FETCHES_PATH/mozillavpn_*.dsc"
$SOURCE_VERSION = ((select-string $SOURCE_DSC -Pattern '^Version:') -split " ")[1]
tar -xzvf --dereference (resolve-path "$FETCHES_PATH/mozillavpn_$SOURCE_VERSION.orig.tar.gz" -Relative)
tar -xzvfh (resolve-path "$FETCHES_PATH/mozillavpn_$SOURCE_VERSION.orig.tar.gz" -Relative)
$SOURCE_DIR = resolve-path "$TASK_WORKDIR/mozillavpn-$SOURCE_VERSION"


Expand Down

0 comments on commit 11d2fe0

Please sign in to comment.