* [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable
@ 2019-01-22 16:27 Bruce Richardson
2019-01-28 0:41 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2019-01-22 16:27 UTC (permalink / raw)
To: dev; +Cc: Bruce Richardson
Add #! line to the top of the script and mark it as executable so it can
be run directly rather than having to pass it to python interpreter.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
usertools/dpdk-telemetry-client.py | 1 +
1 file changed, 1 insertion(+)
mode change 100644 => 100755 usertools/dpdk-telemetry-client.py
diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py
old mode 100644
new mode 100755
index 6dcf62bac..ce0c7a905
--- a/usertools/dpdk-telemetry-client.py
+++ b/usertools/dpdk-telemetry-client.py
@@ -1,3 +1,4 @@
+#! /usr/bin/env python
# SPDK-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable
2019-01-22 16:27 [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable Bruce Richardson
@ 2019-01-28 0:41 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2019-01-28 0:41 UTC (permalink / raw)
To: Bruce Richardson; +Cc: dev
22/01/2019 17:27, Bruce Richardson:
> Add #! line to the top of the script and mark it as executable so it can
> be run directly rather than having to pass it to python interpreter.
>
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-28 0:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22 16:27 [dpdk-dev] [PATCH] usertools/dpdk-telemetry-client: make script executable Bruce Richardson
2019-01-28 0:41 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).