aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-07-08 08:50:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-07-08 08:50:42 +0000
commit0dbe63a36fb74a5fbaae5ea06a7f5508cc4c62ac (patch)
tree11db3b31bd52051c0f1a3bdd89584e6dad960015 /Tools
parentcfa614e661aa6aabade2ec6b6bbd79e0211dad60 (diff)
downloadports-0dbe63a36fb74a5fbaae5ea06a7f5508cc4c62ac.tar.gz
ports-0dbe63a36fb74a5fbaae5ea06a7f5508cc4c62ac.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/prunepkgs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/prunepkgs b/Tools/portbuild/scripts/prunepkgs
index 30521eee558c..f61c2797a1a1 100755
--- a/Tools/portbuild/scripts/prunepkgs
+++ b/Tools/portbuild/scripts/prunepkgs
@@ -14,7 +14,7 @@ else
fi
testprunelink() {
- if [ ! -e $1/ ]; then
+ if [ ! -e $1 ]; then
dest=$(readlink $1)
echo "$1 -> $dest pruned."
if [ "${dummy}" = "0" ]; then