From 84815134b3dbba81f930ab2476568e7ba1a783d9 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Fri, 16 Apr 2010 17:34:03 +0300 Subject: [PATCH] change paths --- scripts/op_gammatool | 4 ++-- scripts/op_test_inputs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/op_gammatool b/scripts/op_gammatool index bbc9eaa..6c614e3 100755 --- a/scripts/op_gammatool +++ b/scripts/op_gammatool @@ -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 diff --git a/scripts/op_test_inputs b/scripts/op_test_inputs index d459b18..38e5793 100755 --- a/scripts/op_test_inputs +++ b/scripts/op_test_inputs @@ -3,6 +3,6 @@ OLDDEPTH=`fbset | grep geometry | awk '{ print $6 }'` fbset -depth 16 -./op_runfbapp ./op_test_inputs_bin +op_runfbapp op_test_inputs_bin fbset -depth $OLDDEPTH -- 2.39.5