cvs: php-gtk-doc /updater doUpdate.sh

[email protected] ("Christian Weiske")
Newsgroups php.gtk.doc
Message-ID <cvscweiske1160301237@cvsserver>
cweiske		Sun Oct  8 09:53:57 2006 UTC

  Modified files:              
    /php-gtk-doc/updater	doUpdate.sh 
  Log:
  Make it work independent of the work dir 
  
  
http://cvs.php.net/viewvc.cgi/php-gtk-doc/updater/doUpdate.sh?r1=1.2&r2=1.3&diff_format=u
Index: php-gtk-doc/updater/doUpdate.sh
diff -u php-gtk-doc/updater/doUpdate.sh:1.2 php-gtk-doc/updater/doUpdate.sh:1.3
--- php-gtk-doc/updater/doUpdate.sh:1.2	Sat Sep 30 08:23:01 2006
+++ php-gtk-doc/updater/doUpdate.sh	Sun Oct  8 09:53:57 2006
@@ -1,4 +1,5 @@
 #!/bin/sh
-php prepxpath.php $@
-php updateMethods.php $@
-php remxpath.php $@
+path="`dirname "$0"`"
+php "$path/prepxpath.php" $@
+php "$path/updateMethods.php" $@
+php "$path/remxpath.php" $@
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.