Skip to main content

remove some overzealous quoting

ID
23a8089
date
2023-11-12 01:17:53+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
108aaef
message
remove some overzealous quoting
changed files
2 files, 2 additions, 2 deletions

Changed files

.with-venv-python/noplaylist (128) → .with-venv-python/noplaylist (126)

diff --git a/.with-venv-python/noplaylist b/.with-venv-python/noplaylist
index 56a0e76..ab0c3ca 100755
--- a/.with-venv-python/noplaylist
+++ b/.with-venv-python/noplaylist
@@ -3,4 +3,4 @@
 set -o errexit
 set -o nounset
 
-~/repos/scripts/.venv/bin/python3 "~/repos/scripts/text/noplaylist.py" "$@"
+~/repos/scripts/.venv/bin/python3 ~/repos/scripts/text/noplaylist.py "$@"

.with-venv-python/reborder (128) → .with-venv-python/reborder (126)

diff --git a/.with-venv-python/reborder b/.with-venv-python/reborder
index 28c14b3..d2885ef 100755
--- a/.with-venv-python/reborder
+++ b/.with-venv-python/reborder
@@ -3,4 +3,4 @@
 set -o errexit
 set -o nounset
 
-~/repos/scripts/.venv/bin/python3 "~/repos/scripts/images/reborder.py" "$@"
+~/repos/scripts/.venv/bin/python3 ~/repos/scripts/images/reborder.py "$@"