Skip to content

Commit

Permalink
Merge pull request #602 from chef/buildsh-update
Browse files Browse the repository at this point in the history
Updating script to be a lil more informative and correct
  • Loading branch information
Seth Thomas committed May 18, 2016
2 parents 70beacc + a562dd2 commit 2d644eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -eo pipefail

env

source ~/.bashrc

env

function inline_image {
printf '\033]1338;url='%s';alt='%s'\a\n' "$1" "$2"
}
Expand Down Expand Up @@ -49,7 +49,7 @@ do
prlctl unregister "$i"
done

echo "--- Cleaning up after Fusion"
echo "--- Cleaning up after VMware"

for i in $(vmrun list | grep -v "Total")
do
Expand Down

0 comments on commit 2d644eb

Please sign in to comment.