summaryrefslogtreecommitdiffstats
path: root/.local/bin/setwp
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-10-28 16:06:54 +0100
committerjoe <rbo@gmx.us>2025-10-28 16:06:54 +0100
commitd6b478a234f608dbe74e5cc74bda9a08d06720b0 (patch)
tree6aef4cbd8ef3e61bd3de7cc32690f56d7431f1b3 /.local/bin/setwp
parentup (diff)
downloaddotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.gz
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.bz2
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.xz
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.tar.zst
dotfiles-bsd-d6b478a234f608dbe74e5cc74bda9a08d06720b0.zip
up
Diffstat (limited to '.local/bin/setwp')
-rwxr-xr-x.local/bin/setwp4
1 files changed, 2 insertions, 2 deletions
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;