ToastFreeware
/
gregoa
/
zavai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0701d2d
)
Better way to determine the root dir
author
Enrico Zini
<enrico@enricozini.org>
Tue, 13 Oct 2009 10:50:29 +0000
(11:50 +0100)
committer
Enrico Zini
<enrico@enricozini.org>
Tue, 13 Oct 2009 10:50:29 +0000
(11:50 +0100)
run
patch
|
blob
|
history
diff --git
a/run
b/run
index 20bc6326df65a4b36fbe4c38ff41a1b769621395..c5ea7f957a63a7b9d971af0f5691f64c6ffa49bd 100755
(executable)
--- a/
run
+++ b/
run
@@
-1,6
+1,6
@@
#!/bin/sh
-ROOT=
`dirname $0`
+ROOT=
$( (cd $(dirname $0); pwd) )
#export ZAVAI_CONFDIR=$ROOT/conf
export ZAVAI_ICONDIR=$ROOT/icons