summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-05 22:34:32 +0000
committerIan Lynagh <igloo@earth.li>2009-05-05 22:34:32 +0000
commit9000c679a8904a398022b96e01649120e024c615 (patch)
treea4e67df97e816e0cbf93b07c9c5e122635db056e /validate
parent1e9af42caa0949ae05e5e2db5250227e86196e19 (diff)
downloadhaskell-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--validate2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate b/validate
index 6229763636..94de1cd20e 100644
--- a/validate
+++ b/validate
@@ -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