diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-12 23:52:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:06 -0500 |
commit | 342d229b4082004d30fa7018c04bba66da48a91b (patch) | |
tree | c3efe11c39d9561cde510ad38dcebba25a31fd7a /source4/script | |
parent | f642fd96d0b196e7bb71bb73ffbefac32786d25f (diff) | |
download | samba-342d229b4082004d30fa7018c04bba66da48a91b.tar.gz samba-342d229b4082004d30fa7018c04bba66da48a91b.tar.bz2 samba-342d229b4082004d30fa7018c04bba66da48a91b.zip |
r10190: Do some very basic input checking when provisioning.
(This used to be commit 87f25fe49caa78422582337c5208a331ef5b8c15)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/build_idl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/build_idl.sh b/source4/script/build_idl.sh index 668d5df975..39157a5909 100755 --- a/source4/script/build_idl.sh +++ b/source4/script/build_idl.sh @@ -6,7 +6,7 @@ PIDL_EXTRA_ARGS="$*" [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 -PIDL="$PERL ./pidl/pidl --outputdir librpc/gen_ndr --ndr-header --header --ndr-parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS" +PIDL="$PERL ./pidl/pidl --outputdir librpc/gen_ndr --ndr-header --header --ndr-parser --server --client --dcom-proxy --com-header --swig --ejs $PIDL_EXTRA_ARGS" if [ x$FULLBUILD = xFULL ]; then echo Rebuilding all idl files in librpc/idl |