change paths
[pandora-misc.git] / scripts / op_gammatool
index bbc9eaa..6c614e3 100755 (executable)
@@ -4,9 +4,9 @@ OLDDEPTH=`fbset | grep geometry | awk '{ print $6 }'`
 
 if [ -n "$DISPLAY" -a "$(id -u)" != "0" ]
 then
-       gksudo ./op_runfbapp ./op_gammatool_bin
+       gksudo op_runfbapp op_gammatool_bin
 else
-       ./op_runfbapp ./op_gammatool_bin
+       op_runfbapp op_gammatool_bin
 fi
 
 fbset -depth $OLDDEPTH