Skip to content

Commit

Permalink
Substitute whoami for $USER
Browse files Browse the repository at this point in the history
Related to NVIDIA/spark-rapids-jni#1843

Signed-off-by: Gera Shegalov <[email protected]>
  • Loading branch information
gerashegalov committed Apr 30, 2024
1 parent dfa2ec7 commit e64f9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build-info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 2019-2024, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@ set -e
echo_build_properties() {
echo version=$1
echo cudf_version=$2
echo user=$USER
echo user=$(whoami)
echo revision=$(git rev-parse HEAD)
echo branch=$(git rev-parse --abbrev-ref HEAD)
echo date=$(date -u +%Y-%m-%dT%H:%M:%SZ)
Expand Down

0 comments on commit e64f9bf

Please sign in to comment.