Skip to content

Doesn't work on bash 5.3.3 (custom compiled) #174

@klikevil

Description

@klikevil

period@DDQ7HY84 ~/src $ ```bash

set -x;. ~/.bash-p*.sh[/+]
+if [[ -z "${BASH_VERSINFO-}" ]] || (( BASH_VERSINFO[0] < 3 || (BASH_VERSINFO[0] == 3 && BASH_VERSINFO[1] < 1) )); then echo run ; fi[/+]
++ [[ -z 5 ]][/+]
++ (( BASH_VERSINFO[0] < 3 || (BASH_VERSINFO[0] == 3 && BASH_VERSINFO[1] < 1) ))[/+]
+++ __vte_prompt_command[/+]
+++ local 'pwd=~'[/+]
+++ '[' /home/period/src '!=' /home/period ']'[/+]
+++ pwd='~/src'[/+]
+++ pwd='~/src'[/+]
+++ printf '\033]0;%s@%s:%s\033\' period DDQ7HY84 '~/src'[/+]
+++ __vte_osc7[/+]
++++ /usr/libexec/vte-urlencode-cwd[/+]
+++ printf '\033]7;file://%s%s\033\' DDQ7HY84 /home/period/src[/+]
+period@DDQ7HY84 ~/src $ set +x[/+]
++ set +x[/+]
+period@DDQ7HY84 ~/src $ declare -p BASH_VERSION BASH_VERSINFO[/+]
+declare -- BASH_VERSION="5.3.3(1)-release"[/+]
+declare -ar BASH_VERSINFO=([0]="5" [1]="3" [2]="3" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions