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:
parent
8ac019c547
commit
2fca2acfff
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue