Fix silly typo during last-stage commenting out of debug output

This commit is contained in:
Rajko Stojadinovic 2017-10-19 03:31:12 +02:00
parent 05ac7f1ca2
commit a2f556fefb

View File

@ -72,7 +72,7 @@ std_respack () {
#width="${subparams[0]}"
#height="${subparams[1]}"
3echo "$arrg w: $width h: $height inFolder: $inFolder outFolder: $outFolder"
#echo "$arrg w: $width h: $height inFolder: $inFolder outFolder: $outFolder"
build_dir "$inFolder" "$outFolder" "${subparams[@]}"
else
echo "$arrg resolution not defined, define it in build.sh"