diff options
author | Thomas White <taw@physics.org> | 2012-03-14 11:24:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-14 11:24:47 +0100 |
commit | 86a4b85c49c6812ac7fca1129ebd486bddb3f1d8 (patch) | |
tree | 5b910e5506b727a7955f00571f9f67845b0144dd /scripts | |
parent | 091a249e1ce4cdd0cc7a5e784ba7f4c0215c7f63 (diff) |
Fix scripts/gen_sfs
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-sfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-sfs b/scripts/gen-sfs index 7dec7ee7..7cc20014 100755 --- a/scripts/gen-sfs +++ b/scripts/gen-sfs @@ -48,7 +48,7 @@ mtz2various hklin ${PDB}-sorted.mtz hklout ${PDB}-temp.hkl >> gen-sfs.html <<EOF LABIN H=H K=K L=L FC=FC PHIC=PHIC OUTPUT USER '(3I4,2F9.1)' EOF -if [ $? -ne 0 ]; then then +if [ $? -ne 0 ]; then echo "Failed! Please examine gen-sfs.html for more information." exit 1 fi |