diff options
Diffstat (limited to 'installer')
-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 |