Skip to content

Commit

Permalink
Remove sudo on download script.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd committed Dec 4, 2023
1 parent fc43332 commit b731c89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/mac/download-cpp-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ set -e -x
ROOT_DIR=`cd $(dirname $0) && cd ../../ && pwd`
source $ROOT_DIR/pulsar-client-cpp.txt

if [ $USER != "root" ]; then
SUDO="sudo"
fi

if [ -z "$ARCH" ]; then
export ARCH=$(uname -m)
fi
Expand Down

0 comments on commit b731c89

Please sign in to comment.