mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +01:00
do really exit 1
This commit is contained in:
@@ -2482,7 +2482,7 @@ sanitycheck() {
|
|||||||
for program in cpdup; do
|
for program in cpdup; do
|
||||||
if ! command -v $program 2>&1 >/dev/null; then
|
if ! command -v $program 2>&1 >/dev/null; then
|
||||||
echo "$program must be installed!" >&2
|
echo "$program must be installed!" >&2
|
||||||
exit1
|
exit 1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user