aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/update_autogen2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/update_autogen b/admin/update_autogen
index d2118674792..f4c2c39825c 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -47,7 +47,7 @@ cd $PD
47cd ../ 47cd ../
48[ -d admin ] || die "Could not locate admin directory" 48[ -d admin ] || die "Could not locate admin directory"
49 49
50[ -d .git ] || die "No .git directory" 50[ -d .git ] || git rev-parse --git-dir > /dev/null 2>&1 || die "Not in a git repository"
51 51
52usage () 52usage ()
53{ 53{