diff mbox series

[rdma-core,3/3] pyverbs: Add shebang to ib_devices.py example

Message ID 20190122151235.30434-4-benjamin.drung@cloud.ionos.com (mailing list archive)
State Accepted
Headers show
Series Debian packaging changes | expand

Commit Message

Benjamin Drung Jan. 22, 2019, 3:12 p.m. UTC
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(+)
diff mbox series

Patch

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