X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ftext%2Fnew_sig.pl;h=d622893df325590b07ef6478e7854c2d7295bd04;hb=b71c80e75f48a075d39f6452d0acb4405b0c4cc4;hp=50c55fccae3b19d2a91043bf0c7651bb94504361;hpb=e7fb349dd75afd715b425408d1088ef15e948b95;p=feisty_meow.git diff --git a/scripts/text/new_sig.pl b/scripts/text/new_sig.pl index 50c55fcc..d622893d 100644 --- a/scripts/text/new_sig.pl +++ b/scripts/text/new_sig.pl @@ -29,7 +29,7 @@ open(FILE, ">" . $temp_filename) || die "couldn't open $temp_filename for writin print FILE "_______ chosen by the Nechung Oracle Program [ http://gruntose.com/ ] _______\n"; print FILE "\n"; close(FILE); -local($bindir) = $ENV{'BINDIR'}; +local($bindir) = $ENV{'FEISTY_MEOW_BINARIES'}; $bindir = &sanitize_name($bindir); system("$bindir/nechung >>$temp_filename"); ###always hits this. nechung gives an error? || die "couldn't run nechung.";