Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-11 13:47:29 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-11 13:47:29 (GMT)
commit7bb7f6135658870f1dc8a168743546c0c010a668 (patch)
tree9706ac267e86dd42a384292da880ae01cd387c78 /scripts
parent0bfd4e963462bd70e78ae8e2e45e766d8eb4c387 (diff)
Don't harcode scripts dir
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xinitrc b/scripts/xinitrc
index ea1ae23..71c2709 100644
--- a/scripts/xinitrc
+++ b/scripts/xinitrc
@@ -24,7 +24,7 @@ source $ROOT_DIR/config
# Sugar doesn't handle multiple outputs properly. To avoid issues we keep the
# first output in the list returned by xrandr and turn off everything else.
-OUTPUTS=`scripts/list-outputs`
+OUTPUTS=`$SCRIPTS_DIR/list-outputs`
for output in $OUTPUTS
do