Message ID | 20190122151235.30434-4-benjamin.drung@cloud.ionos.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Debian packaging changes | expand |
diff --git a/pyverbs/examples/ib_devices.py b/pyverbs/examples/ib_devices.py index c38164b4..28884376 100755 --- a/pyverbs/examples/ib_devices.py +++ b/pyverbs/examples/ib_devices.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # SPDX-License-Identifier: (GPL-2.0 OR Linux-OpenIB) # Copyright (c) 2018, Mellanox Technologies. All rights reserved. See COPYING file
The example file ib_devices.py has the execution bit set, but it misses the shebang. Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com> --- pyverbs/examples/ib_devices.py | 1 + 1 file changed, 1 insertion(+)