projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec02c73
)
* admin/update_autogen: Handle git worktree.
author
Glenn Morris
<rgm@gnu.org>
Wed, 1 May 2019 16:15:59 +0000
(09:15 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 1 May 2019 16:15:59 +0000
(09:15 -0700)
; No need to merge to master.
admin/update_autogen
patch
|
blob
|
history
diff --git
a/admin/update_autogen
b/admin/update_autogen
index 67ed5d66465eb95f2399c7e0a683c6e2a4cb84b5..651d35beafbfda5fa32955dded9af6857ade836b 100755
(executable)
--- a/
admin/update_autogen
+++ b/
admin/update_autogen
@@
-47,7
+47,7
@@
cd $PD
cd ../
[ -d admin ] || die "Could not locate admin directory"
-[ -
d .git ] || die "No .git directory
"
+[ -
e .git ] || die "No .git
"
usage ()
{