Bohan Yang 5 年 前
コミット
0927602a20
1 ファイル変更1 行追加1 行削除
  1. 1 1
      netboot.sh

+ 1 - 1
netboot.sh

@@ -3,7 +3,7 @@
 set -eu
 
 _err() {
-    printf 'Error: %s.' "$1" 1>&2
+    printf 'Error: %s.\n' "$1" 1>&2
 }
 
 command_exists() {