Skip to content

Commit

Permalink
fix result moving cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Gumayunov committed Mar 28, 2011
1 parent aa63519 commit 18d3dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion split-cue-flac
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ do
mkdir $DSK
fi && \

mv "$WORKDIR/*.flac" "./$DSK" && \
mv $WORKDIR/*.flac ./$DSK && \

rm -r $WORKDIR

Expand Down

0 comments on commit 18d3dcb

Please sign in to comment.