Skip to content

Commit db7147f

Browse files
Update test_harness/single_node/install.sh
Co-authored-by: Kory Draughn <korydraughn@ymail.com>
1 parent fb60cb6 commit db7147f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test_harness/single_node/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ while [[ "$1" = -* ]]; do
5050
ARG="$1"
5151
shift
5252
case $ARG in
53-
--i=* | --irods=* |\
54-
--irods-version=*) IRODS_PACKAGE_VERSION=${ARG#*=};;
53+
--i=* | --irods=* | --irods-version=* ) IRODS_PACKAGE_VERSION=${ARG#*=};;
5554
--w=* | --with=* | --with-options=* ) withopts=${ARG#*=} ;;
5655
esac
5756
done

0 commit comments

Comments
 (0)