Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosx001 committed Jan 5, 2021
1 parent 527aea5 commit 5513dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aliasme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ _excute() {
eval arg=\$$i
cmds+=$arg\
done
eval "${line//\?/$cmds}"
eval ${line//\?/$cmds}
else
fills=(${cmdType// / })
fills=($cmdType)
for i in $(seq 1 ${fills[2]}); do
let num=$i+1
eval arg=\$$num
Expand Down

0 comments on commit 5513dda

Please sign in to comment.