Skip to content

Commit 65c1c5c

Browse files
authored
move shell command back to top of file (#153)
1 parent aca4771 commit 65c1c5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
24
# SPDX-License-Identifier: Apache-2.0
35
#
@@ -13,7 +15,6 @@
1315
# See the License for the specific language governing permissions and
1416
# limitations under the License.
1517

16-
#!/bin/bash
1718

1819
# Exit on error
1920
set -e

0 commit comments

Comments
 (0)