]> diplodocus.org Git - nmh/commitdiff
Pass command line arguments first from rtm() to rt() to support its args.
authorDavid Levine <levinedl@acm.org>
Tue, 8 Oct 2019 23:04:36 +0000 (19:04 -0400)
committerDavid Levine <levinedl@acm.org>
Mon, 14 Oct 2019 12:46:08 +0000 (08:46 -0400)
docs/contrib/replaliases

index 077965c1d323c1db772a7d600bff06f8228a701a..425c362cfea831f4ef7d56bfb17ef39ef4d959db 100644 (file)
@@ -54,7 +54,7 @@ rt() {
 #### replace $EDITOR above with the name of your editor.  Without that
 #### profile entry, enter "e[dit] $EDITOR" at the What now? prompt.
 rtm() {
-    rt -editor mhbuild "$@"
+    rt "$@" -editor mhbuild
 }