Przemyslaw Czerpak
f81d8cb5e2
2009-09-19 14:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/mpkg_deb.sh
* harbour/mpkg_rpm.sh
* harbour/mpkg_rpm_win.sh
* harbour/bin/hb-mkdyn.sh
* harbour/bin/postinst.sh
* harbour/mpkg_src.sh
* harbour/mpkg_rpm_wce.sh
* harbour/mpkg_tgz.sh
* replaced command used to force script execution by bash,
instead of:
[ "$BASH" ] || exec bash `which $0` ${1+"$@"}
use:
[ "$BASH" ] || exec bash $0 "$@"
* harbour/bin/hb-func.sh
! use HB_HAS_* variables instead of HB_INC_*
2009-09-19 12:43:58 +00:00
..
2009-09-19 12:43:58 +00:00
2009-09-19 12:43:58 +00:00
2009-09-06 01:10:09 +00:00
2009-09-17 09:11:40 +00:00
2009-09-17 09:11:40 +00:00
2009-09-19 12:43:58 +00:00