summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_lib_local_src.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/ptxd_lib_local_src.sh')
-rw-r--r--scripts/lib/ptxd_lib_local_src.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_lib_local_src.sh b/scripts/lib/ptxd_lib_local_src.sh
index 738d8dc91..0c04b6530 100644
--- a/scripts/lib/ptxd_lib_local_src.sh
+++ b/scripts/lib/ptxd_lib_local_src.sh
@@ -26,7 +26,7 @@ ptxd_lib_local_src() {
mkdir -p "${PTXDIST_WORKSPACE}/local_src"
if [ -e "${link}" -o -L "${link}" ]; then
- if [ -n "${PTX_FORCE}" ]; then
+ if [ -n "${PTXDIST_FORCE}" ]; then
rm "${link}" || exit 1
else
ptxd_bailout "'${link}' already exists. Use -f to overwrite"