summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-03 22:39:14 +0000
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-03 22:39:14 +0000
commitb69251eb99e2b8cf7cac567bafd912b6cece7364 (patch)
treeea71c492219b7123089be3e7c8a1bc2c684c03cb /configure
parentf319b4a3bc4bf6509334679b25357f10dacae72b (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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ae676d17e..af9f26950 100755
--- a/configure
+++ b/configure
@@ -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 ""