Author: Johannes Schauer Marin Rodrigues <josch@debian.org>
Description: avoid which until we can B-D on gnu-which #992539
Forwarded: not-needed

--- a/scripts/fakechroot.sh
+++ b/scripts/fakechroot.sh
@@ -83,12 +83,7 @@ if [ "$fakechroot_paths" = "no" ]; then
     fakechroot_paths=
 fi
 
-if command -v which >/dev/null; then
-    fakechroot_echo=`which echo`
-    fakechroot_echo=${fakechroot_echo:-@ECHO@}
-else
-    fakechroot_echo=@ECHO@
-fi
+fakechroot_echo=@ECHO@
 
 
 # Get options
