diff options
-rw-r--r-- | doc/bugs/softlink_atime.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/softlink_atime.mdwn b/doc/bugs/softlink_atime.mdwn index 69d6f6600..c62610be0 100644 --- a/doc/bugs/softlink_atime.mdwn +++ b/doc/bugs/softlink_atime.mdwn @@ -41,8 +41,8 @@ Optionally, editing the meta-data should change the times in all annexes. >>>>>>> This is even better: #!/bin/sh + if ! type metastore >/dev/null; then echo "$0: metastore is not installed; exiting"; exit 1; fi git annex pre-commit . - which metastore || echo "$0: metastore is not installed; exiting"; exit 99 metastore --save git add .metadata |