- fix endif instead of fi typo in bash script
Этот коммит содержится в:
Jonathan R. Madsen
2023-03-08 01:54:06 -06:00
коммит произвёл GitHub
родитель 83f9ed8696
Коммит 40e0d2a92f
+1 -1
Просмотреть файл
@@ -3,7 +3,7 @@
if [ -f /etc/profile.d/modules.sh ]; then
source /etc/profile.d/modules.sh
module load mpi &> /dev/null
endif
fi
if [ -z "${1}" ]; then
: ${SHELL:=/bin/bash}