diff --git a/cp2mirror b/cp2mirror index 14fb8e3..e78ab4c 100755 --- a/cp2mirror +++ b/cp2mirror @@ -17,7 +17,7 @@ fi for VERSION in `ls -A $MIRRORPATH/mageia/distrib` do echo "$MIRRORPATH/mageia/distrib/$VERSION" - if [ "$VERSION" -eq "cauldron" ]; then + if [ "$VERSION" = "cauldron" ]; then VSTRING="cauldron" else VSTRING="mga$VERSION"