Skip to content

Commit

Permalink
finddeps-linked: fix typo: echo -> exit
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 10, 2024
1 parent ec0661a commit 5d0fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finddeps-linked
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fatal() {
echo "Try '$ARGV0 --help' for more information." 1>&2
fi

echo "${3:-1}"
exit "${3:-1}"
}

######################################################################
Expand Down

0 comments on commit 5d0fba8

Please sign in to comment.