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