repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL...
[Samba.git]
/
buildtools
/
compare_install.sh
blob
b964117550b64318e4c68d2ada03dafd742a9d04
1
#!/bin/sh
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