summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 2f06a70b2..d166de5a9 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -451,7 +451,8 @@ if not portdir_overlay:
portdir = portdir_overlay
if not portdir_overlay:
- print darkred("Unable to determine PORTDIR.")
+ sys.stderr.write("Repoman is unable to determine PORTDIR or PORTDIR_OVERLAY from" + \
+ " the current\nworking directory.\n")
sys.exit(1)
if not portdir: