diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-05 22:34:32 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-05 22:34:32 +0000 |
commit | 9000c679a8904a398022b96e01649120e024c615 (patch) | |
tree | a4e67df97e816e0cbf93b07c9c5e122635db056e /validate | |
parent | 1e9af42caa0949ae05e5e2db5250227e86196e19 (diff) | |
download | haskell-9000c679a8904a398022b96e01649120e024c615.tar.gz |
Simplify utils/pwd
We only need the forwardslash mode now, so always use that mode and
don't accept any arguments.
Diffstat (limited to 'validate')
-rw-r--r-- | validate | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ if [ $no_clean -eq 0 ]; then ./configure --prefix="$INSTDIR" $config_args fi -thisdir=`utils/pwd/pwd forwardslash` +thisdir=`utils/pwd/pwd` echo "Validating=YES" > mk/are-validating.mk |