From: Emil Williams Date: Tue, 6 May 2025 18:59:46 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=ce1d2dc75fa820f0b2849dbe2c69f905f88605bc;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 5368d45..14c2412 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -44,8 +44,9 @@ sub preinit { sub sitename { use Cwd; - getcwd(); + $_ = getcwd(); s/.*\///; + return $_; } sub debug {