utils/index-all-repositories: remove call to "filename"

No longer available on Ubuntu 22.04, and not necessary
anyway.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
Michael Opdenacker 2023-03-23 12:01:16 +01:00
parent 8ac019c547
commit 2fca2acfff

View file

@ -32,8 +32,7 @@ index() {
export LXR_REPO_DIR=$ELIXIR_ROOT/$project/repo
mkdir -p $LXR_DATA_DIR
cd `dirname $LXR_REPO_DIR`
git clone --bare $master `filename $LXR_REPO_DIR`
git clone --bare $master $LXR_REPO_DIR
if [ "$remote" != "" ]
then