Skip to content

Commit

Permalink
Fixed a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
allevin committed Apr 2, 2021
1 parent 446b466 commit 7eeea02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildsys/deps/bin/sstDep_dramsim3_stabledevel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,14 @@ sstDepsDeploy_dramsim3 ()
ls -lia
mkdir build
cd build
pwd

cmake .. # NOTE: CMake version 3 or greater required
retval=$?
if [ $retval -ne 0 ]
then
# bail out on error
cmake --version
echo "ERROR: sstDep_dramsim3_stabledevel.sh: cmake failure - is CMake Ver3 or greater???"
popd
return $retval
Expand Down Expand Up @@ -170,5 +172,5 @@ sstDepsQuery_dramsim3 ()
{
# provide version and installation location info
echo "export SST_DEPS_VERSION_DRAMSIM3=\"REPOSITORY\""
echo "export SST_DEPS_INSTALL_DRAMSIM3=\"${SST_DEPS_INSTALL_DRAMSIM3\""
echo "export SST_DEPS_INSTALL_DRAMSIM3=\"${SST_DEPS_INSTALL_DRAMSIM3}\""
}

0 comments on commit 7eeea02

Please sign in to comment.