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

minor fix of comments

parent b3f74cde
No related branches found
No related tags found
No related merge requests found
......@@ -9,13 +9,13 @@ fi
TODIR=$2
if [ -z $TODIR ]
then
echo "must provide TODIR name as first argumnet"
echo "must provide TODIR name as second argumnet"
exit 8;
fi
DROPDIR=$3
if [ -z $DROPDIR ]
then
echo "must provide DROPDIR name as first argumnet"
echo "must provide DROPDIR name as third argumnet"
exit 7;
fi
......
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