about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xxmindep2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmindep b/xmindep
index cada61e..e758b06 100755
--- a/xmindep
+++ b/xmindep
@@ -7,4 +7,4 @@ rdeps() {
 	done | xargs -d'\n' -rn1 xbps-uhelper getpkgname | sort -u
 }
 
-printf '%s\n' "$@" | grep -Fvx -e "$(rdeps "$@")" | fmt
+printf '%s\n' "$@" | grep -Fvx -e "$(rdeps "$@")" | sort -u | fmt