We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a5177 commit be38845Copy full SHA for be38845
bootstrap.sh
@@ -16,7 +16,6 @@ function link_once() {
16
local src="${1:?'src path is required'}"
17
local dst="${2:?'dst path is required'}"
18
echo "$src => $dst"
19
- return 0;
20
if [[ -e "$dst" ]]; then
21
if [[ -L "$dst" ]]; then
22
return 0;
0 commit comments