minor
This commit is contained in:
parent
5a4118cdf0
commit
cd22a10f8e
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ my $dbh = DBI->connect("dbi:SQLite:$database", "", "", {RaiseError => 1, AutoCom
|
||||||
# su -c 'aptitude install libdbd-sqlite3-perl' on a Debian system TDW 2009-04-19
|
# su -c 'aptitude install libdbd-sqlite3-perl' on a Debian system TDW 2009-04-19
|
||||||
|
|
||||||
&print_software;
|
&print_software;
|
||||||
|
if ( defined($ARGV[0])) {
|
||||||
&stow_gnu_software($ARGV[0]);
|
&stow_gnu_software($ARGV[0]);
|
||||||
|
}
|
||||||
|
|
||||||
################################################ Subroutines only below this line ############################
|
################################################ Subroutines only below this line ############################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue