Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Commit

Permalink
🐛 Remove CR new line byte to fix environment (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Taube <marcelo@certora.com>
  • Loading branch information
marcelotaube and Marcelo Taube committed Apr 6, 2020
1 parent a893e68 commit 81723f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ ! -f $babun_docker_winpty_filename ]] ; then
# Ask for update
echo "$babun_docker_feedback to finish the installation please run: babun-docker-update"
fi
export PATH="$babun_docker_winpty_dir:$PATH"
export PATH="$babun_docker_winpty_dir:$PATH"


# Set up babun-docker
Expand Down

0 comments on commit 81723f2

Please sign in to comment.