Skip to content
Snippets Groups Projects
Commit 8f1f2892 authored by david_williams's avatar david_williams
Browse files

small improvement

parent cdeaa70b
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,12 @@ cp -f -p -r -v --update ${fromDir}/*.gif --target-directory=${toDir}/
cp -f -p -r -v --update ${fromDir}/web --target-directory=${toDir}/
cp -f -p -r -v --update ${fromDir}/*.xml --target-directory=${toDir}/
# Typically, as of this writing
# Europa: 'declaredUpdates' to 'milestones'
# Callisto: 'testUpdates' to 'updates'
# TODO ... make this handle 'milestones' or 'updates'
fromLastSegment = ${fromDir##*/}
toLastSegment = ${fromDir##*/}
fromLastSegment=${fromDir##*/}
toLastSegment=${toDir##*/}
echo "from: ${fromLastSegment}"
echo " to: ${toLastSegment}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment