Re: Announcing screen-session 0.6.3
Artur Skonecki <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <alpine.DEB.2.00.1108011538590.8751@cvops> |
On Mon, 1 Aug 2011, Jostein Berntsen wrote: > scs m > /usr/local/bin/scs: line 13: realpath: command not found > dirname: missing operand > Try `dirname --help' for more information. > /usr/local/bin/scs: line 26: shift: too many arguments > /usr/local/bin/scs: line 102: shift: too many arguments It looks like an old version mixed with 0.6.3 installation ( realpath and dirname are not used anymore ). I was unable to reproduce it. By default, 0.62 installs the following into the /usr namespace: /usr/share/screen-session/* /usr/bin/screen-session /usr/bin/scs /usr/bin/screen-session-primer But 0.6.3 installs into the /usr/local namespace: /usr/local/share/screen-session/* /usr/local/bin/screen-session /usr/local/bin/scs Please remove them all ( manually or make uninstall ) and install again. You can also try running screen-session without installation ( screen-session-0.6.3/ScreenSession/screen-session ).