Comment 12 for bug 1425812

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

To the HPLIP developers at HP:

Please go through the whole HPLIP and take care that a script is always called directly:

<path>/<script> <command line parameters>

and never by explicitly calling the interpreter like

<interpreter> <path>/<script> <command line parameters>

This way we can simply control by the shebang in the script which interpreter version or flavor is used. So the same interpreter gets used both when the user explicitly calls the script from the command line and when another script or program calls the script.