Skip to content

Commit

Permalink
Fix unbound variable error in global install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tinamthomas authored and svishwanath-tw committed Aug 10, 2021
1 parent 5a4e82d commit 76e8168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global_install_scripts/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function run() {
function set_talisman_binary_name() {
# based on OS (linux/darwin) and ARCH(32/64 bit)
declare SUFFIX
declare OS
SUFFIX=$(operating_system)
ARCH=$(uname -m)
case $ARCH in
Expand Down

0 comments on commit 76e8168

Please sign in to comment.