Sometimes, it's the most petty things that can cause an itch. There are a small number of convenience scripts which are currently held within the repository without being marked as executable.
So to use them (for each clone of the repository one may have), one has to go round manually setting the executable bit, which is a little sad, as mercurial is perfectly capable of remembering that these things should be executable. To that end, please find below the most trivial of changes, to store these scripts with their executable bit set. Please consider this change for committal. Thanks, Neil -- Unless stated above: IBM email: neil_richards at uk.ibm.com IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU # HG changeset patch # User Neil Richards <neil.richa...@ngmr.net>, <neil_richa...@uk.ibm.com> # Date 1311153869 -3600 # Branch ojdk-144 # Node ID 090ad60f2b03c1b806258e5a75a0fd15963df9e0 # Parent 05e24d6ed56dce501b5b8633d2fe7c3725354257 Summary: Store convenience scripts as executable Contributed-by: <neil.richa...@ngmr.net> diff --git a/get_source.sh b/get_source.sh old mode 100644 new mode 100755 diff --git a/make/scripts/hgforest.sh b/make/scripts/hgforest.sh old mode 100644 new mode 100755 diff --git a/make/scripts/update_copyright_year.sh b/make/scripts/update_copyright_year.sh old mode 100644 new mode 100755 diff --git a/make/scripts/vsvars.sh b/make/scripts/vsvars.sh old mode 100644 new mode 100755 diff --git a/make/scripts/webrev.ksh b/make/scripts/webrev.ksh old mode 100644 new mode 100755