Skip to content

Commit

Permalink
Update SwitchDest
Browse files Browse the repository at this point in the history
  • Loading branch information
unicfdlab authored Jul 7, 2020
1 parent 6524f47 commit c365a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwitchDest
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ changeDist()
{
local locDIR=$1
cd $locDIR
local locFILES=`ls .`
locFILES=`ls .`
for locF in $locFILES
do
if [ -d $locF ]
Expand Down

0 comments on commit c365a02

Please sign in to comment.