Skip to content

Commit

Permalink
transform_32_into_64.sh: envversion.sh called twice
Browse files Browse the repository at this point in the history
transform_32_into_64.sh doesn't need to directly call envversion.sh as
it is called from envvars.sh.
  • Loading branch information
akgrant committed Jan 27, 2019
1 parent e35745c commit bb33d9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap/scripts/transform_32_into_64.sh
Expand Up @@ -6,7 +6,6 @@ set -o xtrace

SCRIPTS="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)"
. ${SCRIPTS}/envvars.sh
. ${SCRIPTS}/envversion.sh

set_version_variables

Expand Down

0 comments on commit bb33d9a

Please sign in to comment.