Fixed rtstart to load "rawtherapee" instead or "rt"

This commit is contained in:
DrSlony
2011-07-01 21:10:12 +01:00
parent afa3ea3c7c
commit b173160f50

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
RT_BINDIR=`dirname "$0"` RT_BINDIR=`dirname "$0"`
export LD_LIBRARY_PATH=${RT_BINDIR} export LD_LIBRARY_PATH=${RT_BINDIR}
cd "${RT_BINDIR}" && ./rt "$@" cd "${RT_BINDIR}" && ./rawtherapee "$@"