f81d8cb5e27fe8de15eccb2987fea116cbf9fd12
* 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_*
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%