Commit ef5dcdad authored by Dave Cooper's avatar Dave Cooper
Browse files

hope to have fixed build syntax errors.

parent 1a91eab1
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -58,14 +58,14 @@ do
	distro_dir="${HOME}/build/"
	dist_zip="gendl1598-beta-linux${impl_suffix}.zip"
    else
	distro_dir=${staging}gendl/${pipeline}L${suffix}/distribution/
	dist_zip=$(basename -- "$(find "${distro_dir}" -name "*.zip" | grep \""${impl}"\")") \
	    || { echo "Error: No .zip file found matching ${impl_suffix} in ${distro_dir}"; exit 1; }
	distro_dir=${staging}gendl/${pipeline}L/distribution/
	dist_zip=$(basename -- "$(find ${distro_dir} -name '*.zip' | grep ${impl})") \
	    || { echo "Error: No .zip file found matching ${impl} in ${distro_dir}"; exit 1; }
    fi

    echo pipeline: ${pipeline}, branch: ${branch}
    echo tag: ${tag}, smp_file_suffix: ${smp_file_suffix}
    echo impl: ${impl}, impl_suffix: ${impl_suffix}
    echo tag: ${tag}, echo impl: ${impl},
    echo impl_suffix: ${impl_suffix}
    
    echo Copying ${distro_dir}${dist_zip} into place...
    cp ${distro_dir}${dist_zip} ./