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

improving script

parent c846b049
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,17 @@ ...@@ -10,6 +10,17 @@
# for a local build, there should never be a need to check it back in to CVS. # for a local build, there should never be a need to check it back in to CVS.
# #
if [ ! -e releng.control ]
then
cd ..
if [ ! -e releng.control ]
then
echo "releng.control does not exist as sub directory";
exit ?#;
fi
fi
echo " saving serialized state ..." echo " saving serialized state ..."
cp releng.control/*.ser . cp releng.control/*.ser .
......
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