Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Satoru KUMA
MPEG129-m52280
Commits
80cc5bf0
Commit
80cc5bf0
authored
May 09, 2019
by
David Flynn
Committed by
David Flynn
Aug 05, 2019
Browse files
tools/cfg-gen: fix ability to pass options to inner script after '--' escape
parent
1288775b
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gen-cfg.sh
View file @
80cc5bf0
...
...
@@ -19,7 +19,7 @@ while (( $# )); do
--pred-lift
)
attr
=
"predlift"
;;
--all
)
all
=
1
;;
--cfgdir
=
*
)
src_cfg_dir
=
"
${
1
#--cfgdir=
}
/"
;;
--
)
break
;;
--
)
shift
;
break
;;
--help
|
*
)
echo
-e
"usage:
\n
$0
\n
"
\
" [[--octree|--trisoup] [--raht|--pred-lift] | --all]
\n
"
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment