Provide chroot() wrapper also in quiet mode
This commit is contained in:
parent
1980e023bb
commit
936dff99c0
@ -91,6 +91,10 @@ if [ "${VERBOSE}" -ge 2 -o "${DEBUG}" == "1" ]; then
|
||||
true ${reset}
|
||||
return $retval
|
||||
}
|
||||
else
|
||||
chroot() {
|
||||
/usr/sbin/chroot "${INSTALLDIR}" "$@"
|
||||
}
|
||||
fi
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user