Fix line endings for mac

This commit is contained in:
cmdr2 2022-10-14 08:56:27 +05:30 committed by tildebyte
parent 1d3c43b67f
commit f7bb90234d
3 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
# This enables a user to install this project without manually installing conda and git.
OS_NAME=$(uname -s)
case "${OS_NAME}" in
Linux*) OS_NAME="linux";;

View File

@ -1,5 +1,6 @@
#!/bin/bash
if [ "$0" == "bash" ]; then
INSTALL_ENV_DIR="$(pwd)/installer_files/env"
if [ -e "$INSTALL_ENV_DIR" ]; then export PATH="$INSTALL_ENV_DIR/bin:$PATH"; fi

View File

@ -1,5 +1,6 @@
#!/bin/bash
INSTALL_ENV_DIR="$(pwd)/installer_files/env"
if [ -e "$INSTALL_ENV_DIR" ]; then export PATH="$INSTALL_ENV_DIR/bin:$PATH"; fi