repo.or.cz
/
cadence.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix build with gcc 4.7
[cadence.git]
/
data
/
jack_settings
blob
2dd7335f3a377bcf2783431aafd15d2a1fabad70
1
#!/bin/bash
2
3
if
[
-f
/
usr
/
bin
/
python2
];
then
4
PYTHON
=/
usr
/
bin
/
python2
5
else
6
PYTHON
=
python
7
fi
8
9
INSTALL_PREFIX
=
"X-PREFIX-X"
10
exec
$PYTHON $INSTALL_PREFIX
/
shar
e
/
cadence
/
src
/
jacksettings.py
"$@"