fix cut syntax

This commit is contained in:
Fabian Dellwing 2021-08-09 12:25:46 +02:00 committed by GitHub
parent a942fe8a18
commit 7bcf08484d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2692,7 +2692,7 @@ if echo $CHECKS | grep -q IntFiles; then
echo "$cb" | sed -${E} "s,$capsB,${SED_RED},"
fi
if ! [ "$IAMROOT" ] && [ -w "$(echo \"$cb\" | cut -d \" \" -f1)" ]; then
if ! [ "$IAMROOT" ] && [ -w "$(echo \"$cb\" | cut -d" " -f1)" ]; then
echo "$cb is writable" | sed -${E} "s,.*,${SED_RED},"
fi
done