Skip to content

Commit

Permalink
Oops, print the captured version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Aug 28, 2019
1 parent 83d69c3 commit df9c2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generate Dockerfile/generate-dockerfile-gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arma_version=$1
boost_version=$2
gcc_version=$3

gcc_version_major=`echo ${gcc_version/gcc-} | sed 's/^\([0-9]\).*//'`;
gcc_version_major=`echo ${gcc_version/gcc-} | sed 's/^\([0-9]\).*/\1/'`;

cat > Dockerfile << EOF
# Using debian's latest image as base-image plus mlpack prereqs.
Expand Down

0 comments on commit df9c2cf

Please sign in to comment.