소스 검색

use = instead of ==

pull/1/head
10sr 11 년 전
부모
커밋
fd13f07c43
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc 파일 보기

@@ -117,7 +117,7 @@ fi
###################################
# some aliases and functions

( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || \
( ! with_coreutils && isdarwin ) || test "$TERM" = dumb || \
_coloroption=" --color=auto"
( ! with_coreutils && isdarwin ) || iswindows || \
_timeoption=" --time-style=long-iso"
@@ -649,7 +649,7 @@ winln(){

__my_moc_state(){
type mocp >/dev/null 2>&1 || return
test "`mocp -Q %state 2>/dev/null`" == PLAY || return
test "`mocp -Q %state 2>/dev/null`" = PLAY || return
printf "$1" "`mocp -Q %title 2>/dev/null`"
}



불러오는 중...
취소
저장