Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
kraasch committed Feb 15, 2024
1 parent e5b5705 commit fcdf80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expand_globs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function main() {
if $(test -z "$BDIRBS_HIDE_PERM"); then
cat "$DIR" | sed "s|^~|$HOME|" | grep -v '\*'
cat "$DIR" | sed "s|^~|$HOME|" | grep '\*' | while read x; do
expand_glob_py "$x"
expand_globs_py "$x"
done
fi
}
Expand Down

0 comments on commit fcdf80b

Please sign in to comment.