Ignore:
Timestamp:
2020-02-23T22:05:36+01:00 (4 years ago)
Author:
simon04
Message:

fix #18756 - Fix shellcheck warnings of shellscripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/linux/latest/DEBIAN/postinst

    r7506 r15916  
    22set -e
    33# Automatically added by dh_installmenu
    4 if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
     4if [ "$1" = "configure" ] && [ -x "$(which update-menus 2>/dev/null)" ]; then
    55        update-menus
    66fi
Note: See TracChangeset for help on using the changeset viewer.