projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b7a039
)
* admin/automerge: Die if changing directory fails.
author
Stefan Kangas
<stefan@marxist.se>
Mon, 8 Nov 2021 08:44:09 +0000
(09:44 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Mon, 8 Nov 2021 08:55:22 +0000
(09:55 +0100)
admin/automerge
patch
|
blob
|
history
diff --git
a/admin/automerge
b/admin/automerge
index 61570587d6bc857f992b2d7647ba196ccdd46383..d54f6cb4ac639f5ce0d26a1aece60a10c29c67b1 100755
(executable)
--- a/
admin/automerge
+++ b/
admin/automerge
@@
-108,7
+108,8
@@
OPTIND=1
[ "$nocd" ] || {
- cd $PD # this should be the admin directory
+ # $PD should be the admin directory
+ cd $PD || die "Could not change directory to $PD"
cd ../
}