summaryrefslogtreecommitdiffstats
path: root/installer/slxossetup
diff options
context:
space:
mode:
authorLars Müller2007-01-30 23:38:57 +0100
committerLars Müller2007-01-30 23:38:57 +0100
commitcfd91c5563977053d97b8a8f0c447447edb528c8 (patch)
tree041efad122882970aab67d92c9e7322e9061e4be /installer/slxossetup
parentDebugging output for level 20, 21, (22) ... see DebugLevel ... (diff)
downloadcore-cfd91c5563977053d97b8a8f0c447447edb528c8.tar.gz
core-cfd91c5563977053d97b8a8f0c447447edb528c8.tar.xz
core-cfd91c5563977053d97b8a8f0c447447edb528c8.zip
Use the right variable name of the existing path.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@660 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/slxossetup')
-rwxr-xr-xinstaller/slxossetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/slxossetup b/installer/slxossetup
index be0c866c..0cd74e1d 100755
--- a/installer/slxossetup
+++ b/installer/slxossetup
@@ -56,7 +56,7 @@ done
function setup_busybox_init()
{
test -d "${SLX_STAGE1_PATH}" && \
- ErrorMsg 1 "Error, ${dir} already exists! "
+ ErrorMsg 1 "Error, ${SLX_STAGE1_PATH} already exists! "
}
function setup_busybox_chroot()