6 lines
110 B
Bash
6 lines
110 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Work around bugs.eclipse.org/290395
|
||
|
export GDK_NATIVE_WINDOWS=true
|
||
|
|
||
|
/usr/lib/eclipse/eclipse "$@"
|