Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommands/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/run b/commands/run
index 875d2a7..2bc3a31 100755
--- a/commands/run
+++ b/commands/run
@@ -1,6 +1,6 @@
#!/bin/bash
-commandsdir=`dirname "$0"`
+commandsdir=$(dirname $(readlink -f $0))
helpersdir=$commandsdir/helpers
rootdir=`dirname "$commandsdir"`
display=`$helpersdir/find-free-display`