diff options
| author | abcd <abcd@gentoo.org> | 2009-12-13 09:08:51 -0500 |
|---|---|---|
| committer | abcd <abcd@gentoo.org> | 2009-12-13 09:08:51 -0500 |
| commit | 5b1d7c0d9744a1e728ed2b81da8588f1486863ea (patch) | |
| tree | 15dde0ba0c712e0fed02b58a294b8d7993963239 /eclass/kde4-meta.eclass | |
| parent | f23b9056d094c2068dcbcf4d6380460741d3b6fa (diff) | |
| download | kde-5b1d7c0d9744a1e728ed2b81da8588f1486863ea.tar.gz kde-5b1d7c0d9744a1e728ed2b81da8588f1486863ea.tar.bz2 kde-5b1d7c0d9744a1e728ed2b81da8588f1486863ea.zip | |
[eclass] Silence some messages
Diffstat (limited to 'eclass/kde4-meta.eclass')
| -rw-r--r-- | eclass/kde4-meta.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index ecfa10340c0..c2cf3f3c60c 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -635,7 +635,7 @@ kde4-meta_src_configure() { debug-print-function ${FUNCNAME} "$@" # backwards-compatibility: make mycmakeargs an array, if it isn't already - if [[ $(declare -p mycmakeargs) != "declare -a mycmakeargs="* ]]; then + if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then mycmakeargs=(${mycmakeargs}) fi |
