1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

* Don't abort symbol management when dir already exists.

This commit is contained in:
Christian Muehlhaeuser 2011-09-15 04:43:48 +02:00
parent 93bf2e1bb9
commit 89c04ea3f6

View File

@ -1,5 +1,5 @@
#!/bin/sh
DUMPID=`head -n1 $1 | cut -f4 -d' '`
mkdir $2/$DUMPID
mkdir -p $2/$DUMPID
cp $1 $2/$DUMPID/