Skip to content
Snippets Groups Projects
Commit b0e94ddd authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Small fix in user-doc compilation

If "plumed" executable is not available, sourceme.sh file is sourced
parent 3ebd4b21
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
if ! plumed ; then
echo "plumed executable not found, I try to source ../sourceme.sh"
source ../sourceme.sh
if ! plumed ; then
echo "Compile plumed first!"
exit 1
fi
fi
rm -rf automatic
mkdir automatic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment