From a1bdf944d024ca91eca7637d8c0ce880ac2cae16 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 6 May 2008 00:17:08 +0100 Subject: [PATCH] save a subshell --- .zsh/rcsstub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/rcsstub b/.zsh/rcsstub index 9291330..60beecb 100644 --- a/.zsh/rcsstub +++ b/.zsh/rcsstub @@ -14,7 +14,7 @@ if [[ -o rcs ]]; then __do_debug && set -x || : - file="$(print -P %1N)" + file="%1N"; file="${(%)file}" . $ZDOTDIR/sourcedir sourcedir $ZDOTDIR/${file#.} -- 2.39.2