From 8854fa0f8a831264ed815b3615038dec89c6f632 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 1 Oct 2025 22:33:48 +0200 Subject: up --- .local/bin/setwp | 2 -- 1 file changed, 2 deletions(-) (limited to '.local/bin/setwp') diff --git a/.local/bin/setwp b/.local/bin/setwp index 0786461..647a332 100755 --- a/.local/bin/setwp +++ b/.local/bin/setwp @@ -5,7 +5,6 @@ use warnings; use File::HomeDir qw(home); use File::Copy; use File::Find; -use POSIX qw(setsid); use constant { WP_POOL => home() . '/pics/wp/' @@ -96,7 +95,6 @@ sub main if (@ARGV == 0 || (@ARGV != 0 && $ARGV[0] ne '-nw')) { my $arg = fork(); if (not $arg) { - setsid(); exec('herbe', ' wp set') if ($ret == 0); exec('herbe', ' wp is not a valid file') if ($ret != 0); } -- cgit v1.2.3