Skip to content

Commit

Permalink
Fix: Double quotes for profile as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lronaldo committed Jun 21, 2015
1 parent 0db54ad commit a5c6808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ touch "$PROFILE"
removeLinesBetween "###CPCTELERA_START" "###CPCTELERA_END" "$PROFILE"
removeTrailingBlankLines "$PROFILE"
cat "$CPCT_TEMPLATES_BASHRC" >> "$PROFILE"
replaceTag "$CPCT_TAG_MAINPATH" "$CPCT_SCRIPTS_DIR" $PROFILE '#'
replaceTag "$CPCT_TAG_MAINPATH" "$CPCT_SCRIPTS_DIR" "$PROFILE" '#'
drawOK

###############################################################
Expand Down

0 comments on commit a5c6808

Please sign in to comment.