소스 검색

Merge branch 'master' of github.com:just-containers/s6-overlay

Laurent Bercot 3 년 전
부모
커밋
078b451197
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -393,9 +393,9 @@ be something like this:
 #!/bin/sh
 
 if test "$1" -eq 256 ; then
-  e = $((128 + $2))
+  e=$((128 + $2))
 else
-  e = "$1"
+  e="$1"
 fi
 
 echo "$e" > /run/s6-linux-init-container-results/exitcode