search for: list_map

Displaying 1 result from an estimated 1 matches for "list_map".

Did you mean: host_map
2012 Oct 16
1
Bug#690630: blktap-utils: bashism in /bin/sh script
...r/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 is likely to lead to errors or unexpected behaviours. You can find hints about how to fix bashisms at: https://wiki.ubuntu.com/DashAsBinSh Thank you, Raphael Geisser...