LokiChaos / Materiamagica-on-tintin

A collection of tintin++ scripts for playing MateriaMagica
8 stars 1 forks source link

Remove Linux-isms #3

Closed LokiChaos closed 9 years ago

LokiChaos commented 9 years ago

Current use of shell scrips assumes some Linux-specific details. Scripts should be made portable to *BSD and OS X.

Specifically #!/bin/bash should be #!/usr/bin/env bash or ideally remove any/all bash-isms.

Support for non-*nix systems is not planned.

LokiChaos commented 9 years ago

Should be fixed with https://github.com/LokiChaos/Materiamagica-on-tintin/commit/d8b8dbecaac4c0938dcdbd6a0f3b267d29a7c447