remove eval - git-porno - Git Porno | |
git clone git://bitreich.org/git-porno git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrin… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit e0f00bc4118569fc4e31526b346a8dc70658c0d5 | |
parent fb8138ace9be3841035220c0a61080e3e6d4b81c | |
Author: Anders Damsgaard <[email protected]> | |
Date: Wed, 18 Oct 2023 20:04:52 +0200 | |
remove eval | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M git-porno | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/git-porno b/git-porno | |
@@ -9,7 +9,7 @@ git_porno_cmd() { | |
exit 1 | |
fi | |
mpv --really-quiet --force-window=no --no-video "${mediadir}/git-$1.op… | |
- eval git "$@" | |
+ git "$@" | |
} | |
if test $# -gt 0 | |
@@ -18,7 +18,7 @@ then | |
add|checkout|cherry-pick|diff|log|pull|push|reset|shortlog) | |
git_porno_cmd "$@";; | |
*) | |
- eval git "$@";; | |
+ git "$@";; | |
esac | |
else | |
mpv gophers://bitreich.org/9/memecache/git-porno.mkv |