tuxpaint-import tool uses BASHisms, so changed shebang to #!/bin/bash
This commit is contained in:
parent
2e402b6d7b
commit
d28d4322c8
2 changed files with 6 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2009.October.8 (0.9.22)
|
||||
2009.November.4 (0.9.22)
|
||||
* New Tools:
|
||||
----------
|
||||
* Label - A tool to add text to a drawing, which can be modified or
|
||||
|
|
@ -182,6 +182,9 @@ $Id$
|
|||
not up or left.
|
||||
(SF.net Bug #2834320)
|
||||
|
||||
* tuxpaint-import tool uses BASHisms, so changed shebang to #!/bin/bash
|
||||
(instead of #!/bin/sh).
|
||||
|
||||
|
||||
2009.June.28 (0.9.21)
|
||||
* New Starters:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# tuxpaint-import
|
||||
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
# (See COPYING.txt)
|
||||
|
||||
|
||||
# September 21, 2002 - June 13, 2009
|
||||
# September 21, 2002 - November 4, 2009
|
||||
|
||||
|
||||
SAVEDIR=$HOME/.tuxpaint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue