repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4-smbtorture: rework order of test in RPC-SPOOLSS-PRINTSERVER a bit.
[Samba/vl.git]
/
buildtools
/
compare_install.sh
blob
5ddbffb66564aec17a123d487e2f42af372a4bb0
1
#!/bin/bash
2
3
prefix1
=
"
$1
"
4
prefix2
=
"
$2
"
5
6
(
cd
$prefix1
&&
find
.
)
|
sort
>
p1.txt
7
(
cd
$prefix2
&&
find
.
)
|
sort
>
p2.txt
8
diff
-u
p
[
12
]
.txt