Skip to content

Commit

Permalink
Rename path variable due to zsh conflict (ray-project#9610)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadn authored Jul 21, 2020
1 parent 9c4cf0f commit 980ade0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/BUILD.redis
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ genrule(
],
cmd = """
tmpdir="redis.tmp"
path=$(location Makefile)
cp -p -L -R -- "$${path%/*}" "$${tmpdir}"
p=$(location Makefile)
cp -p -L -R -- "$${p%/*}" "$${tmpdir}"
chmod +x "$${tmpdir}"/deps/jemalloc/configure
parallel="$$(getconf _NPROCESSORS_ONLN || echo 1)"
make -s -C "$${tmpdir}" -j"$${parallel}" V=0 CFLAGS="$${CFLAGS-} -DLUA_USE_MKSTEMP -Wno-pragmas -Wno-empty-body"
Expand Down

0 comments on commit 980ade0

Please sign in to comment.