Skip to content

Commit ea55b20

Browse files
committed
remove space from script (bug processing#1250)
1 parent 1eec4bf commit ea55b20

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build/linux/dist/processing

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh
22

33
APPDIR="$(dirname -- "${0}")"
44

todo.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ _ this works, might be useful to make the switch
44
X remove isManagingFocus problem inside JEditTextArea
55
X IDE crashed when changing color scheme on windows
66
X http://dev.processing.org/bugs/show_bug.cgi?id=1237
7+
X space in front of linux shell script prevents it from running
8+
X http://dev.processing.org/bugs/show_bug.cgi?id=1250
9+
10+
_ problem with startup on vista 64
11+
_ try this with windows 7 64-bit (install on laptop?)
12+
_ http://dev.processing.org/bugs/show_bug.cgi?id=1246
713

814
X update to java 6u13 on windows
915
_ update to java 6u13 on linux

0 commit comments

Comments
 (0)