1
0
Fork 0

Fix portability of scripts by using relative paths.

Dieser Commit ist enthalten in:
Andrius Štikonas 2009-02-17 13:52:15 +02:00
Ursprung 2e517bcd85
Commit 6a00fedfe0
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -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

Datei anzeigen

@ -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

Datei anzeigen

@ -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>'

Datei anzeigen

@ -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