Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Aug 10, 2024
1 parent ceab77c commit ba3c589
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frobulator
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ frobulator.directory () {
fi
fi

if [ $# -eq 2 ]
if [ $# -ge 2 ]
then
path="${1}"

Expand All @@ -2088,6 +2088,9 @@ frobulator.directory () {

list+=("${file}")
fi

shift

fi

for directory in ${list[@]}
Expand Down

0 comments on commit ba3c589

Please sign in to comment.