Displaying 1 result from an estimated 1 matches for "del_mappings".
2012 Oct 16
1
Bug#690630: blktap-utils: bashism in /bin/sh script
...sr/sbin/vhdpartx line 102 (alternative test command
([[ foo ]] should be [ foo ])):
> [[ -n "$add" ]] && add_mappings
>possible bashism in ./usr/sbin/vhdpartx line 103 (alternative test command
([[ foo ]] should be [ foo ])):
> [[ -n "$del" ]] && del_mappings
>possible bashism in ./usr/sbin/vhdpartx line 104 (alternative test command
([[ foo ]] should be [ foo ])):
> [[ -n "$list" ]] && list_mappings
Not using bash (or a Debian Policy conformant shell interpreter which
doesn't provide such an extra feature) as /bin/sh i...