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
|
||||
|
||||
die() {
|
||||
echo "[__install_partition_msdos_apply] $@" >&2
|
||||
echo "[__install_partition_msdos_apply] $*" >&2
|
||||
exit 1
|
||||
}
|
||||
debug() {
|
||||
#echo "[__install_partition_msdos_apply] $@" >&2
|
||||
#echo "[__install_partition_msdos_apply] $*" >&2
|
||||
:
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue