forked from ungleich-public/cdist
Fix SC2145.
This commit is contained in:
parent
596f3cf227
commit
16159d8fca
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
die() {
|
die() {
|
||||||
echo "[__install_partition_msdos_apply] $@" >&2
|
echo "[__install_partition_msdos_apply] $*" >&2
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
debug() {
|
debug() {
|
||||||
#echo "[__install_partition_msdos_apply] $@" >&2
|
#echo "[__install_partition_msdos_apply] $*" >&2
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue