Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bin/manage-tools
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function verify_tool_sanity() {
exit 1
fi

if [[ ! -d "$CTF_TOOLS_ROOT/$TOOL" ]]; then
if [[ ! -d "$PWD/$TOOL" ]]; then
TOOL="$ACTION" tool_log "invalid tool $TOOL"
exit 1
fi
Expand Down Expand Up @@ -417,8 +417,8 @@ case $ACTION in
cat install.log >&2
exit 1
fi

cd ..
cd ../bin
$0 bin $TOOL
;;
uninstall)
Expand Down