• Muhammet Kara's avatar
    Remove useless cat, and replace backtick · 801e8041
    Muhammet Kara yazdı
    cat is a tool for con"cat"enating files. Reading a single file
    as input to a program is considered a Useless Use Of Cat (UUOC).
    It's more efficient and less roundabout to simply give file as input.
    
    Also use $(..) instead of legacy `..`
    Backtick command substitution `..` is legacy syntax with several issues.
    It has a series of undefined behaviors related to quoting in POSIX.
    It imposes a custom escaping mode with surprising results.
    It's exceptionally hard to nest.
    $(..) command substitution has none of these problems, and is therefore strongly encouraged.
    
    Change-Id: Ia668c6323660641bbb5084ee824ae9ae7631c76f
    Reviewed-on: https://gerrit.libreoffice.org/32473Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
    801e8041
Adı
Son kayıt (commit)
Son güncelleme
..
desktop Loading commit data...
CustomTarget_deb.mk Loading commit data...
CustomTarget_infoplist.mk Loading commit data...
CustomTarget_rpm.mk Loading commit data...
CustomTarget_share.mk Loading commit data...
CustomTarget_solaris.mk Loading commit data...
Makefile Loading commit data...
Module_sysui.mk Loading commit data...
Package_infoplist.mk Loading commit data...
Package_osxicons.mk Loading commit data...
Package_share.mk Loading commit data...
README Loading commit data...
productlist.mk Loading commit data...