Fix shellcheck warnings
authorAntonio Ospite <ao2@ao2.it>
Mon, 17 Dec 2018 09:32:23 +0000 (10:32 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 17 Dec 2018 09:37:45 +0000 (10:37 +0100)
commit2ec706e30dfff503a575df0c8d5d5986d263c4bd
tree90bf38f8180f678a61ae14fc5caaebc6e4533f2c
parent0a50375aa4ea1d908e024e2ed8706a4c64670600
Fix shellcheck warnings

Fix the following warnings from shellcheck:

-----------------------------------------------------------------------
In populate-fully.sh line 18:
  if kill -0 $(cat "$LOCKDIR/pid") 2>/dev/null;
             ^-- SC2046: Quote this to prevent word splitting.

In populate-sparsely.sh line 18:
. "$XDG_CONFIG_HOME/vcsh/hooks-available/sparse-checkout.sh"
^-- SC1090: Can't follow non-constant source. Use a directive to specify location.
-----------------------------------------------------------------------
.config/vcsh/hooks-available/populate-fully.sh
.config/vcsh/hooks-available/populate-sparsely.sh