Fix portability of scripts by using relative paths.

このコミットが含まれているのは:
Andrius Štikonas 2009-02-17 13:52:15 +02:00
コミット 6a00fedfe0
4個のファイルの変更4行の追加4行の削除

ファイルの表示

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

ファイルの表示

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

ファイルの表示

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

ファイルの表示

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