[BUG] bk chmod needed for scripts/*

From: carbonated beverage
Date: Sun Sep 07 2003 - 17:02:03 EST


Hi Linus,

The various executables in the scripts/ directory are marked 644 in
BK.

Can do you do:
bk chmod 755 \
`find scripts -type f -exec file {} \;|egrep -v ELF|egrep exec|cut -f1 -d:`

for the scripts/* stuff?

Thanks,

-- DN
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/