[rtems-testing commit] release.sh: fix typo
Gedare Bloom
gedare at rtems.org
Thu May 14 16:50:39 UTC 2015
Module: rtems-testing
Branch: master
Commit: ced95124b575762ed87c1c3b03d9f5e3a7eb8340
Changeset: http://git.rtems.org/rtems-testing/commit/?id=ced95124b575762ed87c1c3b03d9f5e3a7eb8340
Author: Gedare Bloom <gedare at rtems.org>
Date: Thu May 14 12:40:11 2015 -0400
release.sh: fix typo
---
release-helpers/release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the vc
mailing list