summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-10-09 17:18:29 -0700
committerxyz <gky44px1999@gmail.com>2022-10-09 17:18:29 -0700
commit34e175d23e503c76499a62047cd13c5a79b7edea (patch)
tree6952ec3c6a380ae92a033eecaffa5286f76f9224 /home/xyz/.local
parentc461d659a2c0242430c28f22512d023dc4c40572 (diff)
refactor
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-xhome/xyz/.local/bin/mmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mmi b/home/xyz/.local/bin/mmi
index cad872cc..350fe505 100755
--- a/home/xyz/.local/bin/mmi
+++ b/home/xyz/.local/bin/mmi
@@ -19,7 +19,7 @@ shift $((OPTIND-1))
if [ -z "$1" ]; then
eval "$cmd"
else
- for dir ; do
+ for dir; do
cd "$dir" || exit
eval "$cmd"
cd "$origin" || exit