Add missing sh-bang line to run-bandersnatch

It turns out that without one, the system tries to run this as shell.

Change-Id: I095110874e4c36402c64a6048c366ce9c5e5a1fa
This commit is contained in:
Monty Taylor 2014-07-13 08:49:59 -07:00
parent 237fa04701
commit 2665b5000a

View File

@ -1,3 +1,4 @@
#!/usr/bin/python
# Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");