From d2a8e511776ac84793ab70fcd33e7498bafe83cf Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U" Date: Tue, 22 Mar 2011 22:59:55 +0000 Subject: [PATCH] --- doc/bugs/softlink_atime.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/softlink_atime.mdwn b/doc/bugs/softlink_atime.mdwn index 69d6f6600e..c62610be02 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