From c56ba9d2a4eb510ae876291e4a6f31e93c2e6534 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 30 Nov 2019 11:57:12 +0000 Subject: [PATCH] pash: clean up --- pash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pash b/pash index 52c3531..76dfa9a 100755 --- a/pash +++ b/pash @@ -75,8 +75,7 @@ pw_copy() { # If the 'sleep' fails, kill the script. This is the # simplest method of aborting from a subshell. [ "$PASH_TIMEOUT" != off ] && { - printf 'Clearing clipboard in "%s" seconds.\n' \ - "${PASH_TIMEOUT:=15}" + printf 'Clearing clipboard in "%s" seconds.\n' "${PASH_TIMEOUT:=15}" sleep "$PASH_TIMEOUT" || kill 0 $PASH_CLIP