devscript: quote/expansion nit

for clarity. I think this is special-cased anyway
This commit is contained in:
Roland Walker
2014-01-31 12:33:29 -05:00
parent 73c891885f
commit bc650b8079
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -101,6 +101,6 @@ mode is in effect.
exit
fi
_develop_brew_cask "$@"
_develop_brew_cask "${@}"
#
+1 -1
View File
@@ -167,7 +167,7 @@ _get_release_tag () {
fi
}
process_args "$@"
process_args "${@}"
_get_release_tag
+1 -1
View File
@@ -59,6 +59,6 @@ See CONTRIBUTING.md and 'man pkgutil' for more information.
exit
fi
_list_apps_in_pkg "$@"
_list_apps_in_pkg "${@}"
#
+1 -1
View File
@@ -55,6 +55,6 @@ See CONTRIBUTING.md and 'man pkgutil' for more information.
exit
fi
_list_ids_in_pkg "$@"
_list_ids_in_pkg "${@}"
#
+1 -1
View File
@@ -30,6 +30,6 @@ See CONTRIBUTING.md for more information.
exit
fi
_list_loaded_kext_ids "$@"
_list_loaded_kext_ids "${@}"
#
+1 -1
View File
@@ -31,6 +31,6 @@ See CONTRIBUTING.md for more information.
exit
fi
_list_recent_pkg_ids "$@"
_list_recent_pkg_ids "${@}"
#
+1 -1
View File
@@ -93,6 +93,6 @@ After running this command it is safe to run 'brew update'.
exit
fi
_production_brew_cask "$@"
_production_brew_cask "${@}"
#
+1 -1
View File
@@ -130,6 +130,6 @@ Without argument, show statistics since first commit.
exit
fi
_homebrew_cask_project_stats "$@"
_homebrew_cask_project_stats "${@}"
#