Skip to content

Commit

Permalink
fix array declaration for install_site
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Feb 29, 2024
1 parent a1b39b2 commit ee13be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_root="${PWD}"
extension="DIRAC"
version=""
install_cfg=""
declare -a extra_pip_install
extra_pip_install=()

# Parse the arguments
while [ "${1:-}" ]; do
Expand Down

0 comments on commit ee13be1

Please sign in to comment.