summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorXavier Denis <xldenis@gmail.com>2020-02-13 17:52:09 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-29 05:07:50 -0500
commita999ee96a22650b59855609f84e2808b4133e9e0 (patch)
treeaf6a76a019dab2f9b8d6428bedcf55d95d1e2e5e /validate
parent99d2de860ff82e3f626c8b3d47d355ab16d18fd1 (diff)
downloadhaskell-a999ee96a22650b59855609f84e2808b4133e9e0.tar.gz
Rename ghci.sh and build.sh to ghci and build respectively
Convert hadrian buildscripts to unsuffixed, dashed form final cleanups
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate4
1 files changed, 2 insertions, 2 deletions
diff --git a/validate b/validate
index d6f45c7c1c..a302781db4 100755
--- a/validate
+++ b/validate
@@ -163,14 +163,14 @@ else
# Just build hadrian.
if [ "$use_stack" = "NO" ]
then
- hadrian/build.sh --help > /dev/null
+ hadrian/build --help > /dev/null
cd hadrian
hadrian_cmd=$(cabal new-exec -- which hadrian)
else
if [ $no_clean -eq 0 ]; then
rm -rf hadrian/.stack-work
fi
- hadrian/build.stack.sh --help > /dev/null
+ hadrian/build-stack --help > /dev/null
cd hadrian
hadrian_cmd=$(stack exec -- which hadrian)
fi