forked from qt-creator/qt-creator
Fixed qtlibspatcher wrapper script to pass on parameters
Done with hjk
This commit is contained in:
committed by
Thorbjørn Lindeijer
parent
e55e1a596c
commit
c0f2f81c68
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
LD_LIBRARY_PATH=`cd .. && pwd`/lib ./qtlibspatcher
|
||||
#!/bin/bash
|
||||
LD_LIBRARY_PATH=`cd .. && pwd`/lib ./qtlibspatcher "$@"
|
||||
|
Reference in New Issue
Block a user