소스 검색

Drop unnecessary "x" comparison hack

Those used to be needed wayyyy back with some broken shells.
Alois Mahdal 1 개월 전
부모
커밋
3951b22a46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/config/i3/bin/i3staplus

+ 1
- 1
dotfiles/config/i3/bin/i3staplus 파일 보기

@@ -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"