Fixed qtlibspatcher wrapper script to pass on parameters

Done with hjk
This commit is contained in:
Berlin
2009-02-24 09:58:59 +01:00
committed by Thorbjørn Lindeijer
parent e55e1a596c
commit c0f2f81c68

View File

@@ -1,2 +1,2 @@
#!/bin/sh
LD_LIBRARY_PATH=`cd .. && pwd`/lib ./qtlibspatcher
#!/bin/bash
LD_LIBRARY_PATH=`cd .. && pwd`/lib ./qtlibspatcher "$@"