From 5a4a67ee72eab73bd5b5fb5c4a61cf36947837da Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 15 Jun 2010 00:38:55 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 21 ++++++++++++++++++++- harbour/bin/hb-func.sh | 1 - harbour/bin/hb-mkdyn.sh | 1 - harbour/bin/postinst.sh | 1 - harbour/mpkg_deb.sh | 1 - harbour/mpkg_nightly.sh | 1 - harbour/mpkg_rpm.sh | 1 - harbour/mpkg_rpm_wce.sh | 1 - harbour/mpkg_rpm_win.sh | 1 - harbour/mpkg_src.sh | 1 - harbour/mpkg_tgz.sh | 1 - 11 files changed, 20 insertions(+), 11 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d48c9f5771..3c7e5b0b01 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/bin/hb-func.sh b/harbour/bin/hb-func.sh index 4dfcd6200f..dc803b1625 100755 --- a/harbour/bin/hb-func.sh +++ b/harbour/bin/hb-func.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/bin/hb-mkdyn.sh b/harbour/bin/hb-mkdyn.sh index 17098e0650..96d5c4b34e 100755 --- a/harbour/bin/hb-mkdyn.sh +++ b/harbour/bin/hb-mkdyn.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/bin/postinst.sh b/harbour/bin/postinst.sh index a0c8ec9ac9..9a5c104953 100755 --- a/harbour/bin/postinst.sh +++ b/harbour/bin/postinst.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/mpkg_deb.sh b/harbour/mpkg_deb.sh index 66b8a70b51..dc59873af7 100755 --- a/harbour/mpkg_deb.sh +++ b/harbour/mpkg_deb.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/mpkg_nightly.sh b/harbour/mpkg_nightly.sh index 49fba60507..6485d3e6e6 100755 --- a/harbour/mpkg_nightly.sh +++ b/harbour/mpkg_nightly.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/mpkg_rpm.sh b/harbour/mpkg_rpm.sh index eae7a6a3c6..c8f3087e80 100755 --- a/harbour/mpkg_rpm.sh +++ b/harbour/mpkg_rpm.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/mpkg_rpm_wce.sh b/harbour/mpkg_rpm_wce.sh index 143b3f3951..c2fa29f54c 100755 --- a/harbour/mpkg_rpm_wce.sh +++ b/harbour/mpkg_rpm_wce.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/mpkg_rpm_win.sh b/harbour/mpkg_rpm_win.sh index 9030c34796..c060bc3be6 100755 --- a/harbour/mpkg_rpm_win.sh +++ b/harbour/mpkg_rpm_win.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/mpkg_src.sh b/harbour/mpkg_src.sh index 5de20c2790..c939616ebe 100755 --- a/harbour/mpkg_src.sh +++ b/harbour/mpkg_src.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ # diff --git a/harbour/mpkg_tgz.sh b/harbour/mpkg_tgz.sh index 8995861248..092cd58cff 100755 --- a/harbour/mpkg_tgz.sh +++ b/harbour/mpkg_tgz.sh @@ -1,5 +1,4 @@ #!/bin/sh -[ "$BASH" ] || exec bash $0 "$@" # # $Id$ #