Build: debugging copying of tarball file
This commit is contained in:
@@ -38,7 +38,8 @@ length=${#basename}
|
||||
newName=${basename:0:${length}-4}-$timestamp${basename:${length}-4:${length}}
|
||||
|
||||
echo ${newName}
|
||||
cp ${basename} $output/${newName}
|
||||
cp ${basename} ${newName}
|
||||
cp ${basename} ${output}/${newName}
|
||||
|
||||
cd $output
|
||||
ls -la
|
||||
Reference in New Issue
Block a user