summaryrefslogtreecommitdiff
path: root/src/checkupdates.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/checkupdates.sh.in')
-rw-r--r--src/checkupdates.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkupdates.sh.in b/src/checkupdates.sh.in
index d8ac4cf..f5f4581 100644
--- a/src/checkupdates.sh.in
+++ b/src/checkupdates.sh.in
@@ -126,7 +126,7 @@ else
unset ALL_OFF BOLD BLUE GREEN RED YELLOW
fi
-if ! type -P fakeroot >/dev/null; then
+if ! type -p fakeroot >/dev/null; then
die 'Cannot find the fakeroot binary'
fi