summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2015-05-14 12:40:11 -0400
committerGedare Bloom <gedare@rtems.org>2015-05-14 12:40:11 -0400
commitced95124b575762ed87c1c3b03d9f5e3a7eb8340 (patch)
tree57f858a3b3770e38825e3f33fe3149bdbed5e1ec
parentrelease.sh: error-check for doxygen (diff)
downloadrtems-testing-ced95124b575762ed87c1c3b03d9f5e3a7eb8340.tar.bz2
release.sh: fix typo
-rwxr-xr-xrelease-helpers/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-helpers/release.sh b/release-helpers/release.sh
index c1e0294..888570a 100755
--- a/release-helpers/release.sh
+++ b/release-helpers/release.sh
@@ -102,7 +102,7 @@ check_error $? "Not at the top of an RTEMS tree"
type sb-bootstrap >/dev/null 2>&1
check_error $? "sb-bootstrap is not in your PATH"
-type doxygen > /deve/null 2>&1
+type doxygen > /dev/null 2>&1
check_error $? "doxygen is not in your PATH"
if [ ${bump_dot_release} = "no" -a ${bump_major_version} = "no" ] ; then