aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/portageq b/bin/portageq
index fa3a0d019..57a7c3910 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -731,7 +731,7 @@ def usage(argv):
print("")
continue
- lines = doc.split("\n")
+ lines = doc.lstrip("\n").split("\n")
print(" " + name + " " + lines[0].strip())
if (len(sys.argv) > 1):
if (not help_mode):