Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
619c82ac
Commit
619c82ac
authored
Jul 03, 2017
by
Maxime Perrotin
Browse files
Add -o when opening MSCs
parent
33e6fa06
Changes
2
Hide whitespace changes
Inline
Side-by-side
misc/helper-scripts/taste-create-msc
View file @
619c82ac
...
...
@@ -36,7 +36,7 @@ end testcase;
if
[
-z
$NONINTERACTIVE
]
then
$EDITOR
$MSC_FILENAME
$EDITOR
-o
$MSC_FILENAME
fi
if
[
-z
$NONINTERACTIVE
]
...
...
misc/helper-scripts/taste-edit-msc
View file @
619c82ac
...
...
@@ -26,6 +26,6 @@ EDITOR=taste-msc-editor
if
[
-z
$NONINTERACTIVE
]
then
$EDITOR
$MSC_FILENAME
$EDITOR
-o
$MSC_FILENAME
fi
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