We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e50620 commit cb0e729Copy full SHA for cb0e729
build-tools/build.sh
@@ -1,16 +1,13 @@
1
+#!/bin/bash
2
#
-# Copyright (c) 2020 Red Hat, Inc.
3
+# Copyright (c) 2020-2022 Red Hat, Inc.
4
# This program and the accompanying materials are made
5
# available under the terms of the Eclipse Public License 2.0
6
# which is available at https://www.eclipse.org/legal/epl-2.0/
7
8
# SPDX-License-Identifier: EPL-2.0
9
10
-#!/bin/bash
11
-
12
-# Enable extended globbing in the shell
13
-shopt -s extglob
14
15
buildToolsFolder="$(dirname "$0")"
16
generatorFolder=$buildToolsFolder/../index/generator
0 commit comments