Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix subdirectory walking with use base directory
  • Loading branch information
realmyst committed Mar 31, 2011
1 parent ad57840 commit bbc2ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion split-cue-flac
Expand Up @@ -25,6 +25,7 @@ test_disk_image() {
}


BASEDIR=${PWD}
SAVEIFS=$IFS
IFS='\n'
WORKDIR=.tmp-split-cue-flac
Expand Down Expand Up @@ -73,7 +74,7 @@ do
rm -r $WORKDIR

if [ "x$DIR" != "x." ]; then
cd ../
cd "$BASEDIR"
fi
done
IFS=$SAVEIFS
Expand Down

0 comments on commit bbc2ba7

Please sign in to comment.