Bläddra i källkod

Remove unnecessary variable

Alois Mahdal 10 år sedan
förälder
incheckning
ef095e6950
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      bin/eeiam.in

+ 1
- 2
bin/eeiam.in Visa fil

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