diff options
Diffstat (limited to 'eclass/ruby-ng-gnome2.eclass')
| -rw-r--r-- | eclass/ruby-ng-gnome2.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass index ed4fdd91a49f..d268e4bd742d 100644 --- a/eclass/ruby-ng-gnome2.eclass +++ b/eclass/ruby-ng-gnome2.eclass @@ -76,7 +76,7 @@ all_ruby_prepare() { # @DESCRIPTION: # Run the configure script in the subbinding for each specific ruby target. each_ruby_configure() { - debug-print-function ${FUNCNAME} "${@}" + debug-print-function ${FUNCNAME} "$@" [[ -e extconf.rb ]] || return @@ -87,7 +87,7 @@ each_ruby_configure() { # @DESCRIPTION: # Compile the C bindings in the subbinding for each specific ruby target. each_ruby_compile() { - debug-print-function ${FUNCNAME} "${@}" + debug-print-function ${FUNCNAME} "$@" [[ -e Makefile ]] || return @@ -107,7 +107,7 @@ each_ruby_compile() { # @DESCRIPTION: # Install the files in the subbinding for each specific ruby target. each_ruby_install() { - debug-print-function ${FUNCNAME} "${@}" + debug-print-function ${FUNCNAME} "$@" if [[ -e Makefile ]]; then # Create the directories, or the package will create them as files. @@ -124,7 +124,7 @@ each_ruby_install() { # @DESCRIPTION: # Install the files common to all ruby targets. all_ruby_install() { - debug-print-function ${FUNCNAME} "${@}" + debug-print-function ${FUNCNAME} "$@" for doc in ../AUTHORS ../NEWS ChangeLog README; do [[ -s ${doc} ]] && dodoc $doc @@ -141,7 +141,7 @@ all_ruby_install() { # @DESCRIPTION: # Run the tests for this package. each_ruby_test() { - debug-print-function ${FUNCNAME} "${@}" + debug-print-function ${FUNCNAME} "$@" [[ -e test/run-test.rb ]] || return |
