Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rémy Oudompheng
texlive-localmanager
Commits
d9c56c69
Commit
d9c56c69
authored
Jan 08, 2011
by
Robson R S Peixoto
Committed by
Rémy Oudompheng
Mar 19, 2011
Browse files
nocolor implemented
Signed-off-by:
Rémy Oudompheng
<
remy@archlinux.org
>
parent
37aa0496
Changes
1
Hide whitespace changes
Inline
Side-by-side
tllocalmgr
View file @
d9c56c69
...
...
@@ -18,7 +18,7 @@ GetOptions( $opts,
'
localsearch
',
#TODO
'
location
',
#TODO ?
'
mirror
',
'
nocolor
',
#TODO
'
nocolor
',
'
help|h
',
'
version|v
'
);
...
...
@@ -50,6 +50,7 @@ my $skipupdate = $opts->{'skipupdate'} || 0;
my
$forceupdate
=
$opts
->
{'
forceupdate
'}
||
0
;
my
$location
=
$opts
->
{'
location
'}
||
$ROOT
;
my
$mirror
=
$opts
->
{'
mirror
'}
||
$CTANBASEURL
;
$ENV
{
ANSI_COLORS_DISABLED
}
=
1
if
$opts
->
{'
nocolor
'}
eq
1
;
my
$localsearch
=
$opts
->
{'
localsearch
'}
||
0
;
my
$TLARCHIVE
=
"
$mirror
/archive
";
...
...
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