From 2c779582f6d1bd003338c6151e36d5a34e0fde07 Mon Sep 17 00:00:00 2001 From: girst Date: Sat, 13 Feb 2016 21:41:42 +0100 Subject: [PATCH] fixed patch (-escaping) --- pass-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pass-installer.sh b/pass-installer.sh index a4708b4..be609c2 100644 --- a/pass-installer.sh +++ b/pass-installer.sh @@ -7,7 +7,7 @@ tee pass-patch.diff <<-EOF +++ password-store.sh 2016-02-13 14:02:17.412565405 +0100 @@ -324,7 +324,8 @@ else - echo "${path%\/}" + echo "\${path%\/}" fi - tree -C -l --noreport "\$PREFIX/\$path" | tail -n +2 | sed -E 's/\.gpg(\x1B\[[0-9]+m)?( ->|\$)/\1\2/g' # remove .gpg at end of line, but keep colors + #tree -C -l --noreport "\$PREFIX/\$path" | tail -n +2 | sed -E 's/\.gpg(\x1B\[[0-9]+m)?( ->|\$)/\1\2/g' # remove .gpg at end of line, but keep colors -- 2.39.3