Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
eae96066
Commit
eae96066
authored
Sep 11, 2009
by
Ludovic Fauvet
Browse files
The startup script now output a warning if the binary is missing
Tells the user to read the INSTALL file first.
parent
67a47c15
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlmc
View file @
eae96066
#!/bin/sh
exec
bin/vlmc
"
$@
"
BIN
=
"bin/vlmc"
if
[
-f
$BIN
]
;
then
exec
$BIN
"
$@
"
else
echo
"VLMC not build, read INSTALL first"
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