diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:45:44 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:45 +0200 |
commit | b0cb93b8bb0f39e989fc909c962d402866d07229 (patch) | |
tree | c460fff766941e3358576aa69ff7d1e6715053af /config/GiveConsole | |
parent | 2ec5abc6544675da188055881cc34d663dab850c (diff) |
Fix RCS ids expansions
Broken by the CVS->git conversion
Diffstat (limited to 'config/GiveConsole')
-rw-r--r-- | config/GiveConsole | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/GiveConsole b/config/GiveConsole index 7799cda..771f8a2 100644 --- a/config/GiveConsole +++ b/config/GiveConsole @@ -1,6 +1,6 @@ #!/bin/sh # Assign ownership of the console to the invoking user -# $OpenBSD: GiveConsole,v 1.5 2015/01/25 21:51:20 jca Exp $ +# $OpenBSD: GiveConsole,v 1.3 2019/05/12 11:53:06 jsg Exp $ # # By convention, both xconsole and xterm -C check that the # console is owned by the invoking user and is readable before attaching |