Skip to content
Snippets Groups Projects
Commit 68d80c3e authored by rds's avatar rds
Browse files

typo

parent cc050ebb
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ if [ "x$1" == "x" ]; then
zmap_message_err " ZMAP_ACEDB_RELEASE_CONTAINER path to find RELEASE.<level> [$ZMAP_ACEDB_RELEASE_CONTAINER]"
zmap_message_err " ZMAP_ACEDB_VERSION_DIR the part of the release dir after the _ e.g. 4 in _4 [$ZMAP_ACEDB_VERSION_DIR]"
zmap_message_exit "."
else
let shift_count=$shift_count+1
fi
if [ ! -d $1 ]; then
......@@ -56,7 +58,6 @@ if [ ! -d $1 ]; then
else
zmap_message_exit "Target Release dir ($1) _must_ exist as a directory."
fi
let shift_count=$shift_count+1
fi
TARGET_RELEASE_DIR=$1
......
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