Skip to content

Commit

Permalink
Docker: Fix REVISION in manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Oct 4, 2018
1 parent 2783dc4 commit 615585d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/test_manual/cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ source ./install/setup

echo -e "\n========== Compiling CP2K =========="
cd /opt/cp2k-master
echo ${CP2K_REVISION} > ../REVISION
echo ${CP2K_REVISION} > REVISION
touch src/cp2k_info.F # ensure latest REVISION is picked up.
make -j VERSION="sopt" cp2k

Expand Down

0 comments on commit 615585d

Please sign in to comment.