repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: makefile
[GalaxyCodeBases.git]
/
c_cpp
/
etc
/
jellyfish
/
tests
/
compat.sh.in
blob
90971bd95670a5b34cfddc617305cea049502aab
1
if
[
-z
"
$nCPUs
"
];
then
2
nCPUs
=
$
(
grep
-c
'^processor'
/
proc
/
cpuinfo
2
>/
dev
/
null || sysctl
-n
hw.ncpu
)
3
fi
4
pref
=
$
(
basename
$0
.sh
)
5
DIR
=
..
/
bin
6
JF
=
$DIR
/
jellyfish
7
8
check
() {
9
cut
-d
\
-f
2
$1
|
xargs
@MD5@ |
sort
|
diff
-w
$1
-
10
}
11
12
if
[
-n
"
$DEBUG
"
];
then
13
set -x
;
14
fi
15
16
set -e