summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 65fdf11c6..d7bf4d5ff 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -2251,7 +2251,7 @@ ensure_ptxrc() {
tmp_month="$(printf "%02d" $[tmp_month-1])"
fi
done
- if [ -z "${tmpptxrc}" ]; then
+ if [ ! -e "${tmpptxrc}" ]; then
tmpptxrc="${rc_default}"
fi
else