]> git.llucax.com Git - software/sercom-old.git/blobdiff - src/sc_fetch
Bugfix para que convierta enteros y floats.
[software/sercom-old.git] / src / sc_fetch
index a1a9ef023c5201c92409bc9df191fe15499200ba..5d3c16a7a3c419e07ddc8b0d2e87b57c2c1e5e01 100755 (executable)
@@ -1,10 +1,8 @@
 #!/usr/bin/php4
 <?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]));
 
 require_once 'T/general.php';