exit on print
This commit is contained in:
parent
a3d3db4ad4
commit
3ecd142817
1 changed files with 3 additions and 1 deletions
|
@ -21,9 +21,11 @@ my $dbh = DBI->connect("dbi:SQLite:$database", "", "", {RaiseError => 1, AutoCom
|
||||||
&populate_gnu_software($dbh);
|
&populate_gnu_software($dbh);
|
||||||
&print_mirrors;
|
&print_mirrors;
|
||||||
&print_software;
|
&print_software;
|
||||||
|
exit if $ARGV[0] eq 'print';
|
||||||
|
|
||||||
#&stow_gnu_software('make');
|
#&stow_gnu_software('make');
|
||||||
#&stow_gnu_software('mdk');
|
#&stow_gnu_software('mdk');
|
||||||
&stow_gnu_software('gmp');
|
#&stow_gnu_software('gmp');
|
||||||
#&stow_gnu_software('gcc');
|
#&stow_gnu_software('gcc');
|
||||||
|
|
||||||
################################################ Subroutines only below this line ############################
|
################################################ Subroutines only below this line ############################
|
||||||
|
|
Loading…
Reference in a new issue