typo
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Mar 2008 17:01:09 +0000 (17:01 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Mar 2008 17:01:09 +0000 (17:01 +0000)
mirroring/mirror.sh

index 6e46484..e7343f4 100755 (executable)
@@ -30,7 +30,7 @@ function do_init () {
     dir=/etc/vservers/.distributions/$distro/yum.repos.d/
     if [ ! -d $dir ] ; then
        [ -n "$VERBOSE" ] && echo Creating dir $dir
-       mkdir -p -d $dir
+       mkdir -p $dir
     fi
     [ -n "$VERBOSE" ] && echo "Creating $repo"
     do_repo $distro > $repo