]> gitweb.fluxo.info Git - httruta.git/commitdiff
Mkdir fix
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 19:53:02 +0000 (16:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 19:53:02 +0000 (16:53 -0300)
httracker

index 7f3d0c45daa60dade43fdb14fd60022de614a5d7..e33b9a462a49cad63511d415dd95921a22c94b31 100755 (executable)
--- a/httracker
+++ b/httracker
@@ -50,7 +50,7 @@ function httracker_get {
 }
 
 # Create folders
-mkdir $MIRRORS $TMP
+mkdir -p $MIRRORS $TMP
 
 # Get URL
 # Thanks http://stackoverflow.com/questions/443991/how-to-parse-rss-feeds-xml-in-a-shell-script