浏览代码

stupid typo fix

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 3 年之前
父节点
当前提交
6b7a396f5a

+ 1 - 1
layout/rootfs-overlay/package/admin/s6-overlay-@VERSION@/etc/s6-linux-init/skel/rc.init

@@ -26,7 +26,7 @@ if hook=`printcontenv S6_STAGE2_HOOK` && test -n "$hook" ; then
   if test "$r" -gt 0 && test "$v" -gt 0 ; then
     echo "$prog: warning: hook $hook exited $r" 1>&2
   fi
-if
+fi
 
 if profile=`printcontenv S6_RUNTIME_PROFILE` ; then
   etc="/etc/cont-profile.d/$profile"