diff options
author | adv <adv@uma.es> | 2009-11-18 09:15:05 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2009-11-18 09:15:05 +0000 |
commit | 3b0fcf4d7a946270a557c72cc5bb99b29bec5de7 (patch) | |
tree | 000cbeb9ec9feed668f9052c0b75931a1f7d1394 /installer/ogGenerateDoc.sh | |
parent | 079593816e842074b6d489be0dfe326d6e0f38a1 (diff) |
el generador de documentacion: se mofica el return por exit
git-svn-id: https://opengnsys.es/svn/trunk@570 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/ogGenerateDoc.sh')
-rwxr-xr-x | installer/ogGenerateDoc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/ogGenerateDoc.sh b/installer/ogGenerateDoc.sh index f4177b31..c2745652 100755 --- a/installer/ogGenerateDoc.sh +++ b/installer/ogGenerateDoc.sh @@ -15,7 +15,7 @@ then echo "ogGenerateDoc: Genera Documentación Doxygen" echo "sintaxis: ogGenerateDoc.sh str_PathCodigoFuente str_PathDestinoDocumentacion" echo "sintaxis: ogGenerateDoc.sh /home/adv/workspace/opengnsys/trunk/clients/engine /opt/opengnsys/www/doc " - return + exit fi if [ $# = 2 ] then |