s4:libcli/rap: call->ndr_push_{param,data} can be talloc childs of 'call'
[kai/samba.git] / buildtools / compare_install.sh
index c3a1c23bc0eda3a9b27b7a6f62edeef4f4ca2671..b964117550b64318e4c68d2ada03dafd742a9d04 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
 
 prefix1="$1"
 prefix2="$2"
 
-(cd $prefix1 && find . -type f) | sort > p1.txt
-(cd $prefix2 && find . -type f) | sort > p2.txt
+(cd $prefix1 && find . ) | sort > p1.txt
+(cd $prefix2 && find . ) | sort > p2.txt
 diff -u p[12].txt