Skip to content

Commit

Permalink
Toolchain: Fix typos in install_json_fortran.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Feb 28, 2019
1 parent 462e007 commit 1374318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/toolchain/scripts/install_json_fortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "${SCRIPT_DIR}"/signal_trap.sh

with_json_fortran=${1:-__INSTALL__}

[ -f "${BUILDDIR}/setup_json_fortran" ] && rm -f "${BUILDDIR}/setup_json_fortram"
[ -f "${BUILDDIR}/setup_json_fortran" ] && rm -f "${BUILDDIR}/setup_json_fortran"

! [ -d "${BUILDDIR}" ] && mkdir -p "${BUILDDIR}"
cd "${BUILDDIR}"
Expand All @@ -29,7 +29,7 @@ case "$with_json_fortran" in
-o json-fortran-${json_fortran_ver}.tar.gz
fi
echo "Installing from scratch into ${pkg_install_dir}"
[ -d json-fortran-${json_fortran_ver} ] && rm -rf josn-fortran-${json_fortran_ver}
[ -d json-fortran-${json_fortran_ver} ] && rm -rf json-fortran-${json_fortran_ver}
tar -xzf json-fortran-${json_fortran_ver}.tar.gz
cd json-fortran-${json_fortran_ver}
mkdir build
Expand Down

0 comments on commit 1374318

Please sign in to comment.