Skip to content

Commit f7812c8

Browse files
lrafeeiTimPansino
andauthored
Move shebang to top of file
Co-authored-by: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
1 parent b2805f5 commit f7812c8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/azure-prebuild.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh
12
# Copyright 2010 New Relic, Inc.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,8 +13,6 @@
1213
# See the License for the specific language governing permissions and
1314
# limitations under the License.
1415

15-
#!/bin/sh
16-
1716
#######################################################################
1817
# This script is used to prebuild the New Relic Python agent for Azure Web Apps.
1918
# It is executed in the Azure Web App environment before the app is started.

0 commit comments

Comments
 (0)