From 6210fae40b3fbe7c62d2a7035bd0664d2c634509 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Mon, 17 Jun 2013 17:09:27 -0700 Subject: [PATCH] trash-project.pl: fix syntax error --- toolbox/trash-project.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/trash-project.pl b/toolbox/trash-project.pl index 8772926..16b5af0 100755 --- a/toolbox/trash-project.pl +++ b/toolbox/trash-project.pl @@ -18,7 +18,7 @@ sub mydie undef(*CORE::GLOBAL::die); *CORE::GLOBAL::die = \&mydie; -my $bin = Girocco::Config::reporoot.'-recyclebin'; +my $bin = $Girocco::Config::reporoot.'-recyclebin'; mkdir $bin; my $project = shift @ARGV || die "Please give project name on command line."; -- 2.11.4.GIT