summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-12-24 12:28:17 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-12-24 12:28:17 +0100
commite3fd08fa7700358f9220dee5bdab66b8b6deda12 (patch)
treec9e05d35ae8629fae2dc19ba4e6080ea0a6ab30c /tools
parentc93dac740667beec7a8fd019e54920c1ebae930b (diff)
downloaddrakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar
drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar.gz
drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar.bz2
drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.tar.xz
drakx-e3fd08fa7700358f9220dee5bdab66b8b6deda12.zip
fix path in comment
Diffstat (limited to 'tools')
-rwxr-xr-xtools/drakx-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot
index 289a15d3e..680db41ed 100755
--- a/tools/drakx-in-chroot
+++ b/tools/drakx-in-chroot
@@ -152,7 +152,7 @@ if (my $pid = fork()) {
} else {
$ENV{TERM} = 'linux'; # we only have terminfo for terminal "linux"
$ENV{HOME} = '/';
- # to kept sync with gi/mdk-stage1/init.c::env:
+ # to kept sync with mdk-stage1/init.c::env:
$ENV{LD_LIBRARY_PATH}='/lib:/usr/lib:/mnt/lib:/mnt/usr/lib:/lib64:/usr/lib64:/mnt/lib64:/mnt/usr/lib64';
if ($remote_repository) {
$ENV{URLPREFIX} = $repository;