summaryrefslogtreecommitdiffstats
path: root/bin/docrelease
diff options
context:
space:
mode:
Diffstat (limited to 'bin/docrelease')
-rwxr-xr-xbin/docrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docrelease b/bin/docrelease
index 2869625..d601898 100755
--- a/bin/docrelease
+++ b/bin/docrelease
@@ -13,7 +13,7 @@ while getopts ":u:v:h" opt; do
;;
v)
echo "DOCRELEASE: Version is $OPTARG"
- if [ -n "$OPTARG"]; then
+ if [ -n "$OPTARG" ]; then
VERS=$OPTARG
fi
;;