aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/cross.sh b/cross.sh
index 6a4c21c..4eb0953 100644
--- a/cross.sh
+++ b/cross.sh
@@ -33,9 +33,7 @@ if [ ! -d "./cross/" ]; then
make install-gcc
make install-target-libgcc
- # Source exported variables
cd "${DIR}/.." || exit
- . cross.sh
else
# Should be sourced to take effect
cd cross || exit
@@ -44,4 +42,4 @@ else
export TARGET=i686-elf
export PATH="$PREFIX/bin:$PATH"
cd ..
-fi \ No newline at end of file
+fi