Master
Merge request reports
Activity
Filter activity
62 62 ulimit -a 63 63 name=`echo ${tar} | rev | cut -f1 -d '.' | rev`; 64 64 if [ "\${name}" == "gz" ]; 65 then tar -xvf ${tar} -I pigz; 66 else tar -xvf ${tar}; 65 then tar -xvf $tar -I pigz; @ghenry Please quote tar as this might have spaces in it before release.
then tar -xvf "${tar}" -I pigz;
Edited by Venkat Malladiaddressed by b7f26684
mentioned in commit 2fe99258