From 1a04d95266af94f578e9d96676e6adc44c602306 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 31 Jan 2018 16:15:01 -0500 Subject: [PATCH] automerge: adjust meaning of -d option * admin/automerge (nocd): New variable, replacing $dir. (usage, -d): Option -d no longer takes an argument. --- admin/automerge | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/admin/automerge b/admin/automerge index 6182ad01a55..18f8c759ebc 100755 --- a/admin/automerge +++ b/admin/automerge @@ -31,8 +31,8 @@ ## ## Modifying a running shell script can have unpredictable results, ## so the paranoid will first make a copy of this script, and then run -## it with the -d option to point to the repository directory, in case -## a pull updates this script while it is working. +## it with the -d option in the repository directory, in case a pull +## updates this script while it is working. die () # write error to stderr and exit { @@ -48,11 +48,11 @@ PD=${0%/*} usage () { cat 1>&2 <