Browse Source

fixed updatemods.sh

Mark Sibly 7 years ago
parent
commit
308536eb5f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripts/updatemods.sh

+ 2 - 2
scripts/updatemods.sh

@@ -5,6 +5,6 @@ echo ""
 echo "***** Updating modules *****"
 echo "***** Updating modules *****"
 echo ""
 echo ""
 
 
-$mx2cc makemods -config=release %*
+$mx2cc makemods -config=release
 
 
-$mx2cc makemods -config=debug %*
+$mx2cc makemods -config=debug