repo.or.cz
/
beagle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cvsimport
[beagle.git]
/
tools
/
beagle-index-info
blob
bdd477e4244a0e67b88028597f53e2549e0f475f
1
#!/bin/sh
2
3
# This line will be automatically uncommented when you "make install"
4
#installed=1
5
6
if
[
-z
$installed
];
then
7
CMD
=
"./beagle-info"
8
else
9
CMD
=
"beagle-info"
10
fi
11
12
exec -a
beagle-index-info
$CMD
--index-info