[stem/master] shellcheck: Fix argument quoting issues in docs/republish

24 May
2019
24 May
'19
7:23 p.m.
commit a39cecedd68dd92f1b0f31e85a8461d31bcf7cf1 Author: teor <teor@torproject.org> Date: Fri May 24 15:03:53 2019 +1000 shellcheck: Fix argument quoting issues in docs/republish Closes ticket 30953. --- docs/republish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/republish b/docs/republish index da747d74..052c03a3 100755 --- a/docs/republish +++ b/docs/republish @@ -3,5 +3,5 @@ export PATH=/home/stem/bin:$PATH export PYTHONPATH=/home/stem/lib/python -python /home/stem/stem/docs/republish.py $*& +python /home/stem/stem/docs/republish.py "$@" &
2218
Age (days ago)
2218
Last active (days ago)
0 comments
1 participants
participants (1)
-
atagar@torproject.org