From d6b478a234f608dbe74e5cc74bda9a08d06720b0 Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 28 Oct 2025 16:06:54 +0100 Subject: up --- .local/bin/setwp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/setwp') diff --git a/.local/bin/setwp b/.local/bin/setwp index 647a332..fa0d255 100755 --- a/.local/bin/setwp +++ b/.local/bin/setwp @@ -95,8 +95,8 @@ sub main if (@ARGV == 0 || (@ARGV != 0 && $ARGV[0] ne '-nw')) { my $arg = fork(); if (not $arg) { - exec('herbe', ' wp set') if ($ret == 0); - exec('herbe', ' wp is not a valid file') if ($ret != 0); + exec('herbe', 'wp set') if ($ret == 0); + exec('herbe', 'wp is not a valid file') if ($ret != 0); } } return; -- cgit v1.2.3