Move shebang to top of shell scripts
authorMatt Ellis <matell@microsoft.com>
Wed, 4 Feb 2015 02:08:38 +0000 (18:08 -0800)
committerMatt Ellis <matell@microsoft.com>
Wed, 4 Feb 2015 02:08:38 +0000 (18:08 -0800)
commitfcae74d1123282fa7d9469e707973a90a49836ab
treed61149843c43df5f7009b450128383fe301d2449
parent2a956c5fb7a73c364c0c264c4d2ec29493542528
Move shebang to top of shell scripts

This line should be at the top of the file, not after
comments. Otherwise the correct shell is not picked in some cases
(like when you the scripts file via sudo).
src/pal/tests/palsuite/runpaltests.sh
src/pal/tools/gen-buildsys-clang.sh
src/pal/tools/setup-compiler-clang.sh