Skip to content
Snippets Groups Projects
Commit 98aee027 authored by rds's avatar rds
Browse files

make the target directory if it doesn't already exist

parent f3a5aeec
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@ source=$acedb'/RELEASE.'$source_acedb'/bin.'$ZBbuildOSCanon'_4/'
echo "Copying $ZBAcedbBinaries ..."
echo "Source = $source, Target = $target"
mkdir -p $target
for binary in $ZBAcedbBinaries
do
cp $source/$binary $target/$binary || ZBmsgAndExit "Failed to copy $binary"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment