Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit db6e4de

Browse files
committed
- fixed shebang position in bash scripts;
1 parent 79d07c9 commit db6e4de

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

autogen.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
#
13
# $%BEGINLICENSE%$
24
# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
35
#
@@ -17,7 +19,6 @@
1719
# 02110-1301 USA
1820
#
1921
# $%ENDLICENSE%$
20-
#!/bin/sh
2122

2223
# Run this to generate all the initial makefiles, etc.
2324

doxygen-scripts/doxygen_version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
#
13
# $%BEGINLICENSE%$
24
# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
35
#
@@ -17,6 +19,5 @@
1719
# 02110-1301 USA
1820
#
1921
# $%ENDLICENSE%$
20-
#!/bin/sh
2122

2223
bzr log --limit 1 --line $1 | sed -n 's/^\([0-9]*\):.*$/\1/p'

doxygen-scripts/project_number_bzr.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
#
13
# $%BEGINLICENSE%$
24
# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
35
#
@@ -17,7 +19,6 @@
1719
# 02110-1301 USA
1820
#
1921
# $%ENDLICENSE%$
20-
#!/bin/sh
2122

2223
VERSION_INFO=`bzr version-info --custom --template="{branch_nick} Revision {revno} from {date}"`
2324
echo "\"$1 - $VERSION_INFO\""

0 commit comments

Comments
 (0)