Skip to content

Commit

Permalink
Merge pull request #4897 from milindaperera/bpsUpgrade
Browse files Browse the repository at this point in the history
Fix CNF issue in forgetme
  • Loading branch information
sameeragunarathne authored Dec 15, 2019
2 parents 4274d60 + 3d9603a commit 68cc62b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distribution/src/scripts/profiles/forgetme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ PRGDIR=`dirname "$PRG"`

[ -z "$CARBON_HOME" ] && CARBON_HOME=`cd "$PRGDIR/.." ; pwd`

EI_HOME="$CARBON_HOME/../../"
cd $CARBON_HOME
sh $CARBON_HOME/../tools/forget-me/bin/forgetme.sh -d $CARBON_HOME/../tools/forget-me/conf $CARBON_HOME $@
sh $CARBON_HOME/../tools/forget-me/bin/forgetme.sh -d $CARBON_HOME/../tools/forget-me/conf $EI_HOME $@

0 comments on commit 68cc62b

Please sign in to comment.