Replace /tools with
[hvlinux.git] / stage1 / pkg / bash
index 867e03a..dc30252 100644 (file)
@@ -3,7 +3,7 @@
 # When Bash is cross-compiled, it cannot test for the presence of named pipes,
 # among other things. If you used su to become an unprivileged user, this
 # combination will cause Bash to build without process substitution, which
-# will break one of the C++ test scripts in eglibc. The following prevents
+# will break one of the C++ test scripts in glibc. The following prevents
 # future problems by skipping the check for named pipes, as well as other tests
 # that can not run while cross-compiling or that do not run properly:
 hvconfig_cache()
@@ -26,5 +26,5 @@ EOF
 
 hvbuild_post()
 {
-    ln -svfT bash /tools/bin/sh
+    ln -svfT bash ${TOOLS_DIR}/tools/bin/sh
 }