From 0fe3ff8e1404f9893f4340281fedb70de2622de7 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 21:25:47 +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 c48d3a4de4..69d6f6600e 100644 --- a/doc/bugs/softlink_atime.mdwn +++ b/doc/bugs/softlink_atime.mdwn @@ -42,7 +42,7 @@ Optionally, editing the meta-data should change the times in all annexes. #!/bin/sh git annex pre-commit . - which metastore || echo "$0: metastore is not installed; exiting" ; exit 99 + which metastore || echo "$0: metastore is not installed; exiting"; exit 99 metastore --save git add .metadata