Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 19, 2019
1 parent a81c8a4 commit ab5ff46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/install-brew-applications.bash
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ function main()

if [[ "${#}" -gt '0' ]]
then
local caskPackageNames=''
caskPackageNames="$(replaceString "${1}" ',' ' ')"
local caskPackageNames="${1}"
fi

;;
Expand All @@ -140,8 +139,7 @@ function main()

if [[ "${#}" -gt '0' ]]
then
local packageNames=''
packageNames="$(replaceString "${1}" ',' ' ')"
local packageNames="${1}"
fi

;;
Expand Down

0 comments on commit ab5ff46

Please sign in to comment.