replace the deprecated git-* command calls with git *
[openwrt.git] / scripts / feeds
index ee2f108..8e18855 100755 (executable)
@@ -102,7 +102,7 @@ sub update_git($$) {
                system("GIT_DIR=./feeds/$name/.git git pull") == 0 or return 1;
        } else {
                system("rm -rf \"./feeds/$name\"");
-               system("git-clone --depth 1 $src ./feeds/$name") == 0 or return 1;
+               system("git clone --depth 1 $src ./feeds/$name") == 0 or return 1;
        }
 
        return 0;
This page took 0.022877 seconds and 4 git commands to generate.