Selaa lähdekoodia

Drop unnecessary "x" comparison hack

Those used to be needed wayyyy back with some broken shells.
Alois Mahdal 1 kuukausi sitten
vanhempi
commit
3951b22a46
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      dotfiles/config/i3/bin/i3staplus

+ 1
- 1
dotfiles/config/i3/bin/i3staplus Näytä tiedosto

@@ -142,7 +142,7 @@ m_sprintn() {
142 142
         "$sprintn" "$color"
143 143
 }
144 144
 
145
-if test "x$I3STAPLUS__LOG" = "xtrue"; then
145
+if test "$I3STAPLUS__LOG" = "true"; then
146 146
     mkdir -p "$I3STAPLUS__LOGDIR"
147 147
     log_pre() {
148 148
         tee "$I3STAPLUS__LOGDIR/debug-pre.json"