Displaying 1 result from an estimated 1 matches for "part_util".
Did you mean:
part_tbl
2012 Oct 16
1
Bug#690630: blktap-utils: bashism in /bin/sh script
...d be [ foo ])):
> [[ -L ${vhd}$parts ]] && rm -f ${vhd}$parts
>possible bashism in ./usr/sbin/vhdpartx line 90 (let ...):
> let parts=$parts+1
>possible bashism in ./usr/sbin/vhdpartx line 97 (alternative test command
([[ foo ]] should be [ foo ])):
> [[ -x $part_util ]] || die "can't find part-util"
>possible bashism in ./usr/sbin/vhdpartx line 98 (alternative test command
([[ foo ]] should be [ foo ])):
> [[ -r $vhd && -r $lib ]] || die "can't find vhd or lib"
>possible bashism in ./usr/sbin/vhdpartx line 102 (a...