File: 0003-Fix-shebang-in-subfolders-of-demos.patch

package info (click to toggle)
ompl 1.6.0%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 53,496 kB
  • sloc: cpp: 85,252; python: 4,916; sh: 215; xml: 26; javascript: 15; makefile: 11
file content (40 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
From: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Date: Tue, 22 Dec 2020 16:36:30 +0100
Subject: Fix shebang in subfolders of demos

---
 demos/Koules/KoulesPlayback.py     | 2 +-
 demos/VFRRT/plotConservative.py    | 2 +-
 demos/VFRRT/plotNonconservative.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/demos/Koules/KoulesPlayback.py b/demos/Koules/KoulesPlayback.py
index a7ebcc6..b01859c 100755
--- a/demos/Koules/KoulesPlayback.py
+++ b/demos/Koules/KoulesPlayback.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 ######################################################################
 # Software License Agreement (BSD License)
diff --git a/demos/VFRRT/plotConservative.py b/demos/VFRRT/plotConservative.py
index 3937505..9b39c37 100755
--- a/demos/VFRRT/plotConservative.py
+++ b/demos/VFRRT/plotConservative.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 ######################################################################
 # Software License Agreement (BSD License)
diff --git a/demos/VFRRT/plotNonconservative.py b/demos/VFRRT/plotNonconservative.py
index c4d6b98..d8858f4 100755
--- a/demos/VFRRT/plotNonconservative.py
+++ b/demos/VFRRT/plotNonconservative.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 ######################################################################
 # Software License Agreement (BSD License)