Commit ac6ed8e9 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Do not copy files if they already exist

parent 0ccf2813
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ if [ $found_yaml == 1 ] ; then
    exit 0
fi

#Copying all references
cp externals/*.yaml ./
#Copying all references except if they already exist and source files are older
cp -u externals/*.yaml ./

fres=0
LOG=""