Skip to content

Commit

Permalink
Installer: Eliminate unnecessary double-quoting
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed May 7, 2018
1 parent 3050e97 commit 783c219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ declare -Ar META_RUNTIME_DEPENDENCIES_CRITICAL=(

### These are the dependencies that are used later and also checked later
declare -Ar META_RUNTIME_DEPENDENCIES=(
["install"]="${META_RUNTIME_DEPENDENCIES_DESCRIPTION_GNU_COREUTILS}"
[install]="${META_RUNTIME_DEPENDENCIES_DESCRIPTION_GNU_COREUTILS}"
[rm]="${META_RUNTIME_DEPENDENCIES_DESCRIPTION_GNU_COREUTILS}"
["tr"]="${META_RUNTIME_DEPENDENCIES_DESCRIPTION_GNU_COREUTILS}"
[tr]="${META_RUNTIME_DEPENDENCIES_DESCRIPTION_GNU_COREUTILS}"
)

## #################### End of META_RUNTIME_DEPENDENCIES ######################
Expand Down

0 comments on commit 783c219

Please sign in to comment.