Skip to content

Commit 8341454

Browse files
authored
Merge pull request #267 from chrisws/12_32_2
COMMON: fix execute flag and add shebang
2 parents 33e1680 + c1a15c6 commit 8341454

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

autogen.sh

100644100755
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
#!/bin/bash
2+
13
# This file is part of SmallBASIC
24
#
3-
# Copyright(C) 2001-2020 Chris Warren-Smith.
5+
# Copyright(C) 2001-2026 Chris Warren-Smith.
46
#
57
# This program is distributed under the terms of the GPL v2.0 or later
68
# Download the GNU Public License (GPL) from www.gnu.org

0 commit comments

Comments
 (0)