Skip to content

Commit

Permalink
fixed .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Jun 30, 2023
1 parent f5e3869 commit 02aca9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
)
for I in ${TEST_PATH[@]}; do
if ! echo "${PATH}" | egrep -q "(^|:)${I}:"; then
PATH=${I}:{PATH}
PATH=${I}:${PATH}
fi
done
fi
Expand Down

0 comments on commit 02aca9b

Please sign in to comment.