Paste #qBGmk0kwSmIcd9OfnWsO
1 2 3 4 | possible bashism in bin/lightdm-gtk-greeter-settings-pkexec line 7 (alternative test command ([[ foo ]] should be [ foo ])): if [[ "$i" == "-s="* ]] || [[ "$i" == "--socket-id="* ]]; then possible bashism in bin/lightdm-gtk-greeter-settings-pkexec line 7 (should be 'b = a'): if [[ "$i" == "-s="* ]] || [[ "$i" == "--socket-id="* ]]; then |