close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Mar 26, 2009, 12:35:14 PM (17 years ago)
- Author:
-
ramon
- Comment:
-
Crear función
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v1
|
|
| 1 | = {{{hidraEnviron}}} = |
| 2 | |
| 3 | == Descripción == |
| 4 | |
| 5 | Establece las variables de entorno adecuadas para la ejecución de funciones Hidra y EAC. Debe ejecutarse como primera línea de código de otras funciones Hidra. |
| 6 | |
| 7 | Formato:: |
| 8 | {{{source hidraEnviron]}}} |
| 9 | |
| 10 | Salida:: |
| 11 | Ninguna. |
| 12 | |
| 13 | Parámetros:: |
| 14 | Ninguno. |
| 15 | |
| 16 | Errores:: |
| 17 | No definidos. |
| 18 | |
| 19 | Notas:: |
| 20 | Ejecutar con {{{source}}} como primera línea de código en otras funciones. |
| 21 | |
| 22 | Código fuente: |
| 23 | [source:/trunk/EAC/hidra/scripts/hidraEnviron] |
| 24 | |
| 25 | == Ejemplos == |
| 26 | |
| 27 | {{{ |
| 28 | #!sh |
| 29 | # Desde una función que no tiene definida correctamente la variable PATH: |
| 30 | source $(dirname $0)/hidraEnviron |
| 31 | }}} |