mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
manage-tools script contained some git merge artifacts, which broke the script
This commit is contained in:
parent
ab6c90eaab
commit
6dd094a8a9
1 changed files with 1 additions and 5 deletions
|
@ -162,14 +162,10 @@ case $ACTION in
|
|||
|
||||
base_build_setup "$DISTRI"
|
||||
|
||||
<<<<<<< HEAD
|
||||
echo "PATH=\"$PWD/bin:\$PATH\"" >> ~/.bashrc
|
||||
|
||||
if [ -e ~/.zshrc ]
|
||||
then
|
||||
=======
|
||||
if [ -e ~/.zshrc ]
|
||||
then
|
||||
>>>>>>> 82571b6917b6dbb212e722d35c6f7d2d99b7e0cb
|
||||
echo "PATH=\"$PWD/bin:\$PATH\"" >> ~/.zshrc
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue