Skip to content
Snippets Groups Projects
Commit 87a021f9 authored by Davide Branduardi's avatar Davide Branduardi
Browse files

patch tool: now --root works

parent 0d560939
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ do
(--mode=*) mode="${prefix_option#--mode=}" ;;
(--diff=*) diff="${prefix_option#--diff=}" ;;
(--engine|-e) prefix="--engine=" ;;
(--root) prefix="--root=" ;;
(--root=*) prefix="--root="; PLUMED_ROOT="${prefix_option#--root=}" ;;
(--diff|-d) prefix="--diff=" ;;
(--mode|-m) prefix="--mode=" ;;
(--new|-n) prefix="--new=" ;;
......
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