diff --git a/tools/upload_all_boxes_to_vagrantup.sh b/tools/upload_all_boxes_to_vagrantup.sh index 31cc75e67..99a4c0164 100755 --- a/tools/upload_all_boxes_to_vagrantup.sh +++ b/tools/upload_all_boxes_to_vagrantup.sh @@ -7,7 +7,6 @@ TMPDIR="/tmp" LOGFILE="$TMPDIR/vagrant_init_destroy_boxes.log" export BOX_VERSION=${BOX_VERSION:-$(date +%Y%m%d).01} - ( for BOX in *.box; do echo "*** $BOX"