From cd22a10f8ea91545e81573af0ec817f855e50348 Mon Sep 17 00:00:00 2001 From: troy Date: Sun, 5 Jul 2009 15:52:34 -0700 Subject: [PATCH] minor --- experimental/gnu-install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/experimental/gnu-install b/experimental/gnu-install index 15b1c60..6519ab1 100755 --- a/experimental/gnu-install +++ b/experimental/gnu-install @@ -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 &print_software; -&stow_gnu_software($ARGV[0]); +if ( defined($ARGV[0])) { + &stow_gnu_software($ARGV[0]); +} ################################################ Subroutines only below this line ############################