the command git-clone was removed and git clone should be used now. Update error message. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- scripts/admin-update.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index bf8e080..650c489 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -191,7 +191,7 @@ if [ -z $GIT_TREE ]; then echo " export GIT_TREE=/home/$USER/linux-next/" echo echo "If you do not have one you can clone the repository:" - echo " git-clone $GIT_URL" + echo " git clone $GIT_URL" exit 1 fi else @@ -207,7 +207,7 @@ if [ -z $GIT_COMPAT_TREE ]; then echo " export GIT_COMPAT_TREE=/home/$USER/compat/" echo echo "If you do not have one you can clone the repository:" - echo " git-clone $GIT_COMPAT_URL" + echo " git clone $GIT_COMPAT_URL" exit 1 fi else -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html