aboutsummarylogtreecommitdiffstats
path: root/pylnp-terminal.patch
diff options
context:
space:
mode:
authormetamer2016-07-14 23:37:25 -0700
committermetamer2016-07-15 20:11:16 -0700
commit963e03060eac928c1ab0c632de16438ff1002eae (patch)
treeaef825e6038ef1e846e196a4a6b24329c0bf58be /pylnp-terminal.patch
parent407e2a5fc02d96eaa60ef9f6c4da82255d289485 (diff)
downloadaur-963e03060eac928c1ab0c632de16438ff1002eae.tar.gz
update to 43.03
patch for terminal in pylnp checksum update
Diffstat (limited to 'pylnp-terminal.patch')
-rw-r--r--pylnp-terminal.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pylnp-terminal.patch b/pylnp-terminal.patch
new file mode 100644
index 000000000000..455abfc3e5dc
--- /dev/null
+++ b/pylnp-terminal.patch
@@ -0,0 +1,11 @@
+--- terminal.py.old 2016-07-15 18:56:06.339216999 -0700
++++ terminal.py 2016-07-15 18:56:26.132648665 -0700
+@@ -28,7 +28,7 @@
+ c.append(s)
+ return c
+ else:
+- return term + cmd
++ return term + [cmd]
+ raise Exception('No terminal launcher for platform: ' + sys.platform)
+
+ def get_configured_terminal():