>From Ritik Raj <[email protected]>:

Ritik Raj has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21197?usp=email )


Change subject: choosing a different PATH
......................................................................

choosing a different PATH

Change-Id: I5036fe35ef312085e0b27292f224613727a62dc1
---
M asterixdb/asterix-app/pom.xml
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/97/21197/1

diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index 4cdabe7..afa531e 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -245,7 +245,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -265,7 +265,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -288,7 +288,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -348,7 +348,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>
@@ -379,7 +379,7 @@
               </arguments>
               <environmentVariables>
                 <VIRTUALENV>${project.build.directory}</VIRTUALENV>
-                
<PATH>${project.build.directory}${path.separator}${env.PATH}${file.separator}bin</PATH>
+                
<PATH>${project.build.directory}${path.separator}${env.PATH}${path.separator}${file.separator}bin</PATH>
               </environmentVariables>
             </configuration>
           </execution>

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21197?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: lumina
Gerrit-Change-Id: I5036fe35ef312085e0b27292f224613727a62dc1
Gerrit-Change-Number: 21197
Gerrit-PatchSet: 1
Gerrit-Owner: Ritik Raj <[email protected]>

Reply via email to