diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 22:39:14 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 22:39:14 +0000 |
commit | b69251eb99e2b8cf7cac567bafd912b6cece7364 (patch) | |
tree | ea71c492219b7123089be3e7c8a1bc2c684c03cb /configure | |
parent | f319b4a3bc4bf6509334679b25357f10dacae72b (diff) |
removed ``s to fix bug running $MAKEPROG
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@371 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -399,7 +399,7 @@ if [ "$YN" != "n" ] ; then echo -e "\033[1;32mCompiling...\033[0;37m" echo "" cd $ME - `$MAKEPROG` + $MAKEPROG echo "" echo "Done!" echo "" |