diff options
author | Gerald Carter <jerry@samba.org> | 2006-07-18 11:54:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:12 -0500 |
commit | 8e99b53461f1aa7b318fc36dc47ab5d6abd37f9a (patch) | |
tree | 6a5d13fc12287ba2a79ae2099c26a6b9da8d360e /source3/script | |
parent | 1cd8d56fdab18a0bcedffba6476f8208d2185040 (diff) | |
download | samba-8e99b53461f1aa7b318fc36dc47ab5d6abd37f9a.tar.gz samba-8e99b53461f1aa7b318fc36dc47ab5d6abd37f9a.tar.bz2 samba-8e99b53461f1aa7b318fc36dc47ab5d6abd37f9a.zip |
r17110: revert a bad merge from the old trunk
(This used to be commit 2c7448e43ea82138cdb7f3f6d61372e2027ddc83)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/mkproto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/mkproto.sh b/source3/script/mkproto.sh index e46e73e3e9..62041c7e33 100755 --- a/source3/script/mkproto.sh +++ b/source3/script/mkproto.sh @@ -25,7 +25,7 @@ header="$1" shift headertmp="$header.$$.tmp~" -proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'tdb/|wrapped|modules/getdate'`" +proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep -v 'ubiqx/|wrapped|modules/getdate'`" echo creating $header |