mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 14:01:15 -03:00
upgrade xsel to 1.2.0
xsel 1.0 begin to support UFT-8.
This commit is contained in:
@@ -206,9 +206,9 @@ AC_ARG_WITH(
|
||||
)
|
||||
|
||||
if [[ "$xsel" = "with_xsel" ]]; then
|
||||
XSEL=xsel-0.9.6/xsel
|
||||
XSEL=xsel-1.2.0/xsel
|
||||
XSEL_MAN=xsel.1x
|
||||
XSEL_MAN_PATH=xsel-0.9.6/xsel.1x
|
||||
XSEL_MAN_PATH=xsel-1.2.0/xsel.1x
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user