Skip to content

Commit ee13be1

Browse files
committed
fix array declaration for install_site
1 parent a1b39b2 commit ee13be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install_root="${PWD}"
2323
extension="DIRAC"
2424
version=""
2525
install_cfg=""
26-
declare -a extra_pip_install
26+
extra_pip_install=()
2727

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

0 commit comments

Comments
 (0)