summaryrefslogtreecommitdiffstats
path: root/TOOLS/mpconsole
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/mpconsole')
-rwxr-xr-xTOOLS/mpconsole2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/mpconsole b/TOOLS/mpconsole
index 37bb5424fe..e9c016d930 100755
--- a/TOOLS/mpconsole
+++ b/TOOLS/mpconsole
@@ -4,7 +4,7 @@
# Written by Rich Felker.
trap "tput cnorm ; exit 1" SIGQUIT SIGINT EXIT
-res=`fbset | grep geometry | sed 's/^ *//'`
+res=`PATH="$PATH:/usr/sbin" fbset | grep geometry | sed 's/^ *//'`
width=`echo "$res" | cut -d' ' -f2`
height=`echo "$res" | cut -d' ' -f3`
tput civis