From 8850989d92d0848647addd41e92a37ca84101761 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Sat, 7 Jun 2014 16:48:56 -0400 Subject: [PATCH] Changed the configure script --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f2594fb..dd3013d 100755 --- a/configure +++ b/configure @@ -3,9 +3,9 @@ git submodule init git submodule update echo "export PATH=$PATH:$(pwd)/bin/ucpp/ucpp" >> ~/.bashrc echo "alias frcbot='python build'" >> ~/.bashrc +source ~/.bashrc cd src ucpp setup -t 2059 ucpp init ucpp configure cd .. -source ~/.bashrc