summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_common.sh b/build_common.sh
index 3c9d7d4c..3264d2e9 100644
--- a/build_common.sh
+++ b/build_common.sh
@@ -214,6 +214,7 @@ os_id() {
;;
Haiku)
# Meaningful version is the substring before the plus sign.
+ # "hrev56578" stands for "R1/beta4".
# "hrev55181" stands for "R1/beta3".
# "hrev54154" stands for "R1/beta2".
: "${os_id_version:=`uname -v`}"