Fix portability of scripts by using relative paths.

Este commit está contenido en:
Andrius Štikonas 2009-02-17 13:52:15 +02:00
padre 2e517bcd85
commit 6a00fedfe0
Se han modificado 4 ficheros con 4 adiciones y 4 borrados

Ver fichero

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
source variables
source `dirname $0`/variables
if [ ! $MSGFMT ]; then
echo -e $RED"This program needs the msgfmt utility."$ENDCOLOR

Ver fichero

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
source variables
source `dirname $0`/variables
if [ ! $DIFF ]; then
echo -e $RED"This program needs the diff utility."$ENDCOLOR

Ver fichero

@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
source variables
source `dirname $0`/variables
LC_NUMERIC="en_US.UTF-8"
ODD_CHARS='<27>'

Ver fichero

@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
source variables
source `dirname $0`/variables
if [ ! $SVN ]; then
echo -e $RED"This program needs the svn utility."$ENDCOLOR