Hide Forgot
For instance [paolo@bishop dcv]$ printf '#!/bin/sh\necho test\n' > test.sh [paolo@bishop dcv]$ chmod +x test.sh [paolo@bishop dcv]$ ./test.sh test [paolo@bishop dcv]$ file test.sh test.sh: ERROR: line 6: invalid type 0 in mconvert()POSIX shell script, ASCII text executable But also testing on scripts provieded by the system fails [paolo@bishop ~]$ file /usr/bin/createrepo /usr/bin/createrepo: ERROR: line 6: invalid type 0 in mconvert()POSIX shell script, ASCII text executable
After a bit of fiddling it the problem was solved reinstalling file-libs. I am closing the bug, but I still wonder how it broke in the first place.