#4635 Be more verbose about what is getting copied where.

This commit is contained in:
Joseph Lenox 2018-12-30 11:24:12 -06:00 committed by Joseph Lenox
parent 0b84d55f23
commit 95a00456cf

View File

@ -44,7 +44,7 @@ appfolder="$WD/${appname}"
archivefolder=$appfolder
resourcefolder=$appfolder
echo "Appfolder: $appfolder, archivefolder: $archivefolder"
echo "Appfolder: $appfolder, archivefolder: $archivefolder, resourcefolder=$resourcefolder"
# Our slic3r dir and location of perl
if [[ ! -z "$PERL_BIN" ]]; then