2010-06-15 02:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* mpkg_deb.sh
  * mpkg_rpm.sh
  * mpkg_rpm_win.sh
  * mpkg_nightly.sh
  * mpkg_src.sh
  * mpkg_rpm_wce.sh
  * mpkg_tgz.sh
  * bin/hb-mkdyn.sh
  * bin/hb-func.sh
  * bin/postinst.sh
    - Do not force bash.
      (QNX by default doesn't have bash f.e., and now with the
      limited amount of .sh code in SVN, we can focus on making
      the code POSIX compliant.)

  * ChangeLog
    ! One QNX TODO marked as DONE.
This commit is contained in:
Viktor Szakats
2010-06-15 00:38:55 +00:00
parent 92fa64ac12
commit 5a4a67ee72
11 changed files with 20 additions and 11 deletions

View File

@@ -16,6 +16,25 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-15 02:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* mpkg_deb.sh
* mpkg_rpm.sh
* mpkg_rpm_win.sh
* mpkg_nightly.sh
* mpkg_src.sh
* mpkg_rpm_wce.sh
* mpkg_tgz.sh
* bin/hb-mkdyn.sh
* bin/hb-func.sh
* bin/postinst.sh
- Do not force bash.
(QNX by default doesn't have bash f.e., and now with the
limited amount of .sh code in SVN, we can focus on making
the code POSIX compliant.)
* ChangeLog
! One QNX TODO marked as DONE.
2010-06-15 02:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/idle.c
! fixed missing open comment marker (/*)
@@ -131,7 +150,7 @@
linkage.
- TODO_CRTSCTS
- '[ "$BASH" ] || exec bash $0 "$@"' causes error
(f.e. when running postinst.sh)
(f.e. when running postinst.sh) [DONE]
; So now Harbour can run in cars, planes and spaceships.

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#

View File

@@ -1,5 +1,4 @@
#!/bin/sh
[ "$BASH" ] || exec bash $0 "$@"
#
# $Id$
#