diff options
Diffstat (limited to '.local/bin/setwp')
| -rwxr-xr-x | .local/bin/setwp | 4 |
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; |
