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