Navigation Menu

Skip to content

Commit

Permalink
Release script was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
batterseapower committed Aug 11, 2010
1 parent c28cd41 commit 663ad16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Expand Up @@ -9,7 +9,7 @@ if [ "$version_response" != "yes" ]; then
exit 1
fi

sdist_output=`runghc Setup.lhs sdist`
sdist_output=`runghc Setup.hs sdist`

if [ "$?" != "0" ]; then
echo "Cabal sdist failed, aborting"
Expand Down

0 comments on commit 663ad16

Please sign in to comment.