]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/sc_codegen
sc_fetch y sc_codegen no aceptan más un directorio de bibliotecas pero usan el del...
[software/sercom-old.git] / src / sc_codegen
index 07d952969061746cd734cad71b0daf18a74efa2e..8aa175ca33adc53a63df98114a2658d5ecdf84a6 100755 (executable)
@@ -1,10 +1,8 @@
 #!/usr/bin/php
 <?php // vim: set binary noeol et sw=4 sts=4:
 
-// Si me pasan un directorio de bibliotecas, lo uso.
-if (@$argv[1]) {
-    set_include_path(get_include_path().':'.$argv[1]);
-}
+// Incluyo directorio del ejecutable como posible directorio de bibliotecas
+set_include_path(get_include_path().':'.dirname($argv[0]));
 
 $LOGLEVEL = ERROR;