summaryrefslogtreecommitdiff
path: root/frontend/live-build
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/live-build')
-rwxr-xr-xfrontend/live-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/live-build b/frontend/live-build
index 29efec9cf..2980158c0 100755
--- a/frontend/live-build
+++ b/frontend/live-build
@@ -23,7 +23,7 @@
set -e
-if [ $(which man) ]
+if command -v man >/dev/null
then
man live-build
else