Skip to content

Commit

Permalink
Merge pull request #70 from el1t/master
Browse files Browse the repository at this point in the history
Fix $base_dir leak
  • Loading branch information
supercrabtree committed Jun 3, 2016
2 parents dc768a5 + 50e7939 commit 1fa7c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ k () {

# Setup array of directories to print
typeset -a base_dirs
typeset base_dir

if [[ "$@" == "" ]]; then
base_dirs=.
Expand Down

0 comments on commit 1fa7c03

Please sign in to comment.