aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvis-open2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-open b/vis-open
index b170f0c..70d5328 100755
--- a/vis-open
+++ b/vis-open
@@ -26,7 +26,7 @@ if ! type "$VIS_MENU" >/dev/null 2>&1; then
if [ ! -z "$DISPLAY" ] && type "dmenu" >/dev/null 2>&1; then
VIS_MENU="dmenu"
else
- echo "Neither slmenu nor dmenu found"
+ echo "Neither slmenu nor dmenu found" >&2
exit 1
fi
fi