On 11/29/2010 05:45 PM, Baptiste AGASSE wrote: > Hi, > > There is a little error in the shebang line of > /etc/xen/scripts/xen-hotplug-cleanup in CentOS 5 > > #! /bin/sh ==> #!/bin/sh there is no error. both forms are accepted: The syntax of feature consists of the character sequence #!, i.e. the number sign and an exclamation point character. This initiating character sequence may be followed by whitespace, then followed by the (absolute) path to the interpreter program that will provide the interpretation.