diff options
author | Ian Lynagh <igloo@earth.li> | 2010-04-15 14:39:19 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-04-15 14:39:19 +0000 |
commit | 6ddc8fd8b4952a23d1016dbad4263b89b63c5ae3 (patch) | |
tree | 7083c0df5618a318b97671bc019c3f933a91f91d /validate | |
parent | 113f9dafa36f19279e43377bad60bfcefd36b334 (diff) | |
download | haskell-6ddc8fd8b4952a23d1016dbad4263b89b63c5ae3.tar.gz |
Convert boot and boot-pkgs to perl
This stops us having to worry about sh/sed/... portability.
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ if [ $no_clean -eq 0 ]; then INSTDIR=`cygpath -m "$INSTDIR"` fi - sh boot + /usr/bin/perl -w boot ./configure --prefix="$INSTDIR" $config_args fi |