summaryrefslogtreecommitdiff
path: root/findport.sh
diff options
context:
space:
mode:
Diffstat (limited to 'findport.sh')
-rwxr-xr-xfindport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/findport.sh b/findport.sh
index 9aa11d9..4d9cc60 100755
--- a/findport.sh
+++ b/findport.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-find /usr/local/poudriere/ports/default -type d -name "*$1*"
+find /usr/local/poudriere/ports/default -type d -name "*$1*" | sort