summaryrefslogtreecommitdiff
path: root/Mk/Scripts/qa.sh
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-03 14:09:00 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-03 14:09:00 +0000
commit678c058c5d168c676e4a41505c4c470c563e53ad (patch)
treead85ebd355bab2aa1b35ac2aa38e68a4da84db66 /Mk/Scripts/qa.sh
parent- Update to 1.1.7 (diff)
- stage-qa: Fix absolute symlink check to look at target not fully resolved
path. Now tested on both good and bad symlinks. Reported by: antoine Pointyhat to: bdrewery With hat: portmgr
Notes
Notes: svn path=/head/; revision=350013
Diffstat (limited to 'Mk/Scripts/qa.sh')
-rw-r--r--Mk/Scripts/qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 590d037415c5..5e73c45336a3 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -61,7 +61,7 @@ symlinks() {
esac
# Use heredoc to avoid losing rc from find|while subshell
done << EOF
-$(find ${STAGEDIR} -type l -exec stat -f "%N %R" {} +)
+$(find ${STAGEDIR} -type l -exec stat -f "%N %Y" {} +)
EOF
return ${rc}