nfs4acls: Use talloc_realloc()
[Samba.git] / script / identity_cc.sh
blob8b5118e22c21e999641edbc96068921a4c96c326
1 #!/bin/sh
3 #An "identity cross-execute" script
4 #It can be used for testing the cross-build infrastructure
5 #as follows:
6 #./configure --cross-compile --cross-execute=./script/identity_cc.sh
7 #If the build is actually a native build, then the configuration
8 #result should be just like running ./configure without --cross-compile.
10 eval "$@"