소스 검색

Remove unnecessary variable

Alois Mahdal 11 년 전
부모
커밋
ef095e6950
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      bin/eeiam.in

+ 1
- 2
bin/eeiam.in 파일 보기

76
     #
76
     #
77
     # returning to work (should be called by other subcommands)
77
     # returning to work (should be called by other subcommands)
78
     #
78
     #
79
-    local f fbin
79
+    local f
80
     for f in $(familiars_at $(where_i_am));
80
     for f in $(familiars_at $(where_i_am));
81
     do
81
     do
82
-        fbin=${f/ */}
83
         pids_matching $f || $f &
82
         pids_matching $f || $f &
84
     done
83
     done
85
     klist || urxvt -e kinit
84
     klist || urxvt -e kinit