mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2025-09-20 18:00:07 +02:00
Update install.sh
Idk what happened with git but it wrote this file wrong
This commit is contained in:
@@ -42,11 +42,8 @@ else
|
||||
read INPUT
|
||||
if [[ ! -z "$INPUT" ]]; then
|
||||
TOOLCHAIN_DIR=$INPUT
|
||||
if [[ ! -z "$INPUT" ]]; then
|
||||
TOOLCHAIN_DIR=$INPUe
|
||||
else
|
||||
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
|
||||
fi
|
||||
else
|
||||
TOOLCHAIN_DIR=$DEFAULT_TOOLCHAIN_DIR
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user