diff options
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/mkproto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/mkproto.sh b/source4/script/mkproto.sh index 6cd9cd6018..c6da261b65 100644 --- a/source4/script/mkproto.sh +++ b/source4/script/mkproto.sh @@ -18,7 +18,7 @@ then headeropt="-h $2" shift; shift; else - headeropt="" + headeropt="-h _`echo $1 | tr ./ __`_" fi header="$1" |