diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-12-24 14:22:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-12-24 14:22:42 +0000 |
commit | 2a96bc93c24f34a972740da3e7df031a2d36e7cb (patch) | |
tree | 696c401338f8e5f176ace532fda02e8d1426be7e /src | |
parent | 3856ce50bfc3fc23d8b819f2a3970cf2af66882b (diff) | |
download | execline-2a96bc93c24f34a972740da3e7df031a2d36e7cb.tar.xz |
Align dollarat option priority to rightmost
Diffstat (limited to 'src')
-rw-r--r-- | src/execline/dollarat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/dollarat.c b/src/execline/dollarat.c index 5bc5c1f..1b75027 100644 --- a/src/execline/dollarat.c +++ b/src/execline/dollarat.c @@ -28,7 +28,7 @@ int main (int argc, char const *const *argv) switch (opt) { case 'n' : nl = 0 ; break ; - case 'd' : delim = *l.arg ; break ; + case 'd' : delim = *l.arg ; zero = 0 ; break ; case '0' : zero = 1 ; break ; default : strerr_dieusage(100, USAGE) ; } |