ToastFreeware
/
gregoa
/
zavai.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Parse back the log entries
[gregoa/zavai.git]
/
run
diff --git
a/run
b/run
index c5ea7f957a63a7b9d971af0f5691f64c6ffa49bd..2e20794197b6b71ff3f8103aea959053b837f0e7 100755
(executable)
--- a/
run
+++ b/
run
@@
-11,5
+11,6
@@
export PATH="$PATH:$ROOT/lindi"
cd $ROOT
while true
do
cd $ROOT
while true
do
- src/zavai "$@"
+ # Make argv[0] always an absolute path
+ $ROOT/build/src/zavai "$@"
done
done