Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 204
Line 3... Line 3...
3
 
3
 
4
    new_dirs=$(
4
    new_dirs=$(
5
        (
5
        (
6
            unset G_MESSAGES_DEBUG
6
            unset G_MESSAGES_DEBUG
7
            echo "${XDG_DATA_HOME:-"$HOME/.local/share"}/flatpak"
7
            echo "${XDG_DATA_HOME:-"$HOME/.local/share"}/flatpak"
8
            flatpak --installations
8
            GIO_USE_VFS=local flatpak --installations
9
        ) | (
9
        ) | (
10
            new_dirs=
10
            new_dirs=
11
            while read -r install_path
11
            while read -r install_path
12
            do
12
            do
13
                share_path=$install_path/exports/share
13
                share_path=$install_path/exports/share