Skip to content

Commit

Permalink
Fixed unix runprebuild.sh line endings
Browse files Browse the repository at this point in the history
git-svn-id: file:///data/svn/omf/trunk@1975 454cea33-f7e8-409b-8d0d-70907e6fec76
  • Loading branch information
jradford committed Jul 23, 2008
1 parent c54efbd commit d86867d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions runprebuild.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/bin/sh

mono bin/Prebuild.exe /target nant
mono bin/Prebuild.exe /target monodev
mono bin/Prebuild.exe /target vs2005

if [ x$1 == xnant ]
then
nant
fi
#!/bin/sh

mono bin/Prebuild.exe /target nant
mono bin/Prebuild.exe /target monodev
mono bin/Prebuild.exe /target vs2005

if [ x$1 == xnant ]
then
nant
fi

0 comments on commit d86867d

Please sign in to comment.