summaryrefslogtreecommitdiffstats
path: root/sbe/build/tools/sbeGitTool.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/build/tools/sbeGitTool.pl')
-rwxr-xr-xsbe/build/tools/sbeGitTool.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbe/build/tools/sbeGitTool.pl b/sbe/build/tools/sbeGitTool.pl
index aa7123fd..f0acd0c0 100755
--- a/sbe/build/tools/sbeGitTool.pl
+++ b/sbe/build/tools/sbeGitTool.pl
@@ -263,7 +263,7 @@ sub applyRefs
sub compileAndCopy
{
my $statusFile = $globals{sbe_git_root}."/compile.status";
- my $compile_path = $globals{sbe_git_root}."/sbe/image";
+ my $compile_path = $globals{sbe_git_root};
print "Compiling and copying the generated binaries to sandbox\n" if $debug;
open SBWORKON, " | ./sb workon";
OpenPOWER on IntegriCloud