Fix portability of scripts by using relative paths.

This commit is contained in:
Andrius Štikonas 2009-02-17 13:52:15 +02:00
父節點 2e517bcd85
當前提交 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