Commit 1a91eab1 authored by Dave Cooper's avatar Dave Cooper
Browse files

try protecting the grep arg.

parent fd9d34a1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ do
	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_suffix}")") \
	dist_zip=$(basename -- "$(find "${distro_dir}" -name "*.zip" | grep \""${impl}"\")") \
	    || { echo "Error: No .zip file found matching ${impl_suffix} in ${distro_dir}"; exit 1; }
    fi