Docker image which provides a full Eressea installation to host a local game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
402 B

3 weeks ago
  1. --- check-orders.sh.bak 2020-12-05 17:24:17.709599000 +0000
  2. +++ check-orders.sh 2020-12-05 17:25:04.054911000 +0000
  3. @@ -4,6 +4,7 @@
  4. #set -x
  5. GAME="$1"
  6. +RULES="$2"
  7. WARNINGS=0
  8. if [ -z "$ERESSEA" ] ; then
  9. @@ -40,7 +41,7 @@
  10. check() {
  11. LANGUAGE="$1"
  12. FILENAME="$2"
  13. - "echeck" -w0 -x -R "e$GAME" -L "$LANGUAGE" "$FILENAME"
  14. + "echeck" -w0 -x -R "$RULES" -L "$LANGUAGE" "$FILENAME"
  15. }
  16. orders() {