Skip to content

Commit cb0e729

Browse files
committed
Clean up script, remove obsolete line, update copyright
Signed-off-by: Kim Tsao <[email protected]>
1 parent 8e50620 commit cb0e729

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build-tools/build.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1+
#!/bin/bash
12
#
2-
# Copyright (c) 2020 Red Hat, Inc.
3+
# Copyright (c) 2020-2022 Red Hat, Inc.
34
# This program and the accompanying materials are made
45
# available under the terms of the Eclipse Public License 2.0
56
# which is available at https://www.eclipse.org/legal/epl-2.0/
67
#
78
# SPDX-License-Identifier: EPL-2.0
89
#
910

10-
#!/bin/bash
11-
12-
# Enable extended globbing in the shell
13-
shopt -s extglob
1411

1512
buildToolsFolder="$(dirname "$0")"
1613
generatorFolder=$buildToolsFolder/../index/generator

0 commit comments

Comments
 (0)