Skip to content

Commit 00c1159

Browse files
authored
Merge branch 'main' into kirby-patch-kernel
2 parents e880e18 + 89eef03 commit 00c1159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ga/23.0.0.2/kernel/helpers/build/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# (C) Copyright IBM Corporation 2020, 2023.
2+
# (C) Copyright IBM Corporation 2020.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -115,7 +115,7 @@ function main() {
115115
then
116116
cp $SNIPPETS_SOURCE/tls.xml $SNIPPETS_TARGET/tls.xml
117117
fi
118-
118+
119119
if [ "$SSL" != "false" ] && [ "$TLS" != "false" ]
120120
then
121121
if [ ! -e $keystorePath ]

0 commit comments

Comments
 (0)