summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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 ""