From 2aced065a0982b92423fbc9ff292f441ed3ba692 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 5 Dec 2019 10:36:17 +0100 Subject: [PATCH] editor needs filename --- .bin/genpw-editor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/genpw-editor b/.bin/genpw-editor index 108f1b6..adf8b66 100755 --- a/.bin/genpw-editor +++ b/.bin/genpw-editor @@ -12,4 +12,4 @@ else fi -exec vim -c 'set noshelltemp' -c "0read! $PW_GENERATOR" -c 2d -n +exec vim -c 'set noshelltemp' -c "0read! $PW_GENERATOR" -c 2d -n "$@" -- 2.39.2