mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-backup/rdup: fix which patch
As reported by Eli. Bug: https://bugs.gentoo.org/963094 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
c20702e4b8
commit
c203c4ef2d
@ -6,7 +6,7 @@ https://bugs.gentoo.org/963094
|
||||
|
||||
if $mcrypt; then
|
||||
- if ! which mcrypt 2>/dev/null 1>&2; then
|
||||
+ if ! command -v bash > /dev/null; then
|
||||
+ if ! command -v mcrypt > /dev/null; then
|
||||
echo2 "Mcrypt not found, can not continue"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user