the command git-clone was removed and git clone should be used now.
Update error message.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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
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