1
0
Fork 0

README: FIX: was replaced while creating the file.

This commit is contained in:
Julien Palard 2017-09-21 09:21:41 +02:00
parent f5f89335ee
commit d9c9c36c96
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ after ensuring ``~/.local/bin/`` is in your ``PATH``.
cat <<EOF > ~/.local/bin/podiff
#!/bin/sh
grep -v '^#:' "$1"
grep -v '^#:' "\$1"
EOF
chmod a+x ~/.local/bin/podiff