Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C9F6378177F for <~alpine/aports@lists.alpinelinux.org>; Sat, 10 Oct 2020 13:59:44 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=misterbanal.net; s=default; t=1602338384; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2D1xeEHBxOArwSOyesMEyj9dhCD7LmohCggPRWcDRM8=; b=ka6qiTdQUdwgbrMT+xxibxtd8SdimEGfB2t5PtHSxOstv4+IcJmC/Zm53g14iVxfyQMALC tamFZEXXge9lP10niLUnMghY35oeG8Uj/yOUgPbkxKKn/2Nvbv1SHt0pGeV2YzOmc/DTXb mgxrEqQ6FNPQFdkX8GXCSAawJ4+/I6o= From: Reed Wade To: ~alpine/aports@lists.alpinelinux.org Subject: [PATCH sxmo-utils v5 5/8] reopen file dmenu after handled it Date: Sat, 10 Oct 2020 15:59:32 +0200 Message-Id: <20201010135935.19235-5-reedwade@misterbanal.net> In-Reply-To: <20201010135935.19235-1-reedwade@misterbanal.net> References: <20201010135935.19235-1-reedwade@misterbanal.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 4.90 Signed-off-by: Reed Wade --- scripts/appscripts/sxmo_files.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/appscripts/sxmo_files.sh b/scripts/appscripts/sxmo_files.sh index 924bd9a..280f4b9 100755 --- a/scripts/appscripts/sxmo_files.sh +++ b/scripts/appscripts/sxmo_files.sh @@ -13,7 +13,6 @@ handlefiles() { else st -e sh -ic "$EDITOR $*" fi - exit 0 } while true; do -- 2.28.0