From: Emil Williams Date: Tue, 6 May 2025 18:56:08 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=262872fc907304108f5bee4c06c3015e77a2a06d;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index dc404fb..b680b9d 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -45,7 +45,7 @@ sub preinit { sub sitename { use Cwd; $_ = getcwd(); - s/.*\///; + $_ = s/.*\///; } sub debug {