Fix shellcheck warnings
[config/vcsh.git] / .config / vcsh / hooks-available / populate-sparsely.sh
index 33c1fb0..0561add 100755 (executable)
@@ -15,6 +15,8 @@ LOCKPID=$(cat "$LOCKDIR/pid")
 [ "$LOCKPID" = $PPID ] || { echo "Repository entered from another vcsh instance. Aborting." 1>&2; exit 1; }
 
 : "${XDG_CONFIG_HOME:="$HOME/.config"}"
+
+# shellcheck source=/dev/null
 . "$XDG_CONFIG_HOME/vcsh/hooks-available/sparse-checkout.sh"
 
 # Verify if the current branch is valid before updating the working tree.