Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
wiaflos
Commits
d8505760
Commit
d8505760
authored
Nov 28, 2016
by
Nigel Kukard
Browse files
Fixed error code issue
parent
c4cee7cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiaflos/client/cmdline.pm
View file @
d8505760
...
...
@@ -165,7 +165,9 @@ sub ui_start
# For everything else try open the file
}
else
{
# Exit with code given by the loadFile function
exit
loadFile
(
\
*STDERR
,{
'
file
'
=>
$file
});
if
(
loadFile
(
\
*STDERR
,"
file='
$file
'
")
<
0
)
{
exit
1
;
}
}
# Exit normally
exit
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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