Skip to content

Commit 273b17a

Browse files
committed
updated spotify_filename_to_playlist.sh
1 parent 3740cf3 commit 273b17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotify/spotify_filename_to_playlist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ help_usage "$@"
3737

3838
normalize(){
3939
# strip folder name
40-
sed 's,.*/,,' |
40+
sed 's|.*/||' |
4141
# replace unicode forward slash needed for storing as filename with the original ascii version in the real playlist name
4242
tr '' '/'
4343
}

0 commit comments

Comments
 (0)