]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/sc_codegen
Se agrega script para importar DB del sistema de notas.
[software/sercom-old.git] / src / sc_codegen
index ddf17089d29db9c251f757a8d05127f3bd4e773b..8aa175ca33adc53a63df98114a2658d5ecdf84a6 100755 (executable)
@@ -1,6 +1,9 @@
 #!/usr/bin/php
 <?php // vim: set binary noeol et sw=4 sts=4:
 
+// Incluyo directorio del ejecutable como posible directorio de bibliotecas
+set_include_path(get_include_path().':'.dirname($argv[0]));
+
 $LOGLEVEL = ERROR;
 
 require_once 'T/general.php';