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
+1 -1
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