5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/sh
|
|
|
|
export PTHREAD_LIBS=%%PTHREAD_LIBS%%
|
|
|
|
exec "%%PREFIX%%/bin/kdevelop-bin" "$@"
|