Skip to content

Commit

Permalink
Fix #173 source with .
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 1, 2018
1 parent 8569003 commit b88b052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def scriptsClos = {
'''
# Source user's config file
RD_CONF=${RD_CONF:-$HOME/.$APP_NAME/$APP_NAME.conf}
test -f $RD_CONF && source $RD_CONF
test -f $RD_CONF && . $RD_CONF
'''
)
def setE = appendConfigData.curry(
Expand Down

0 comments on commit b88b052

Please sign in to comment.