diff options
| author | Nick White <git@njw.me.uk> | 2012-06-02 17:56:36 +0100 | 
|---|---|---|
| committer | Nick White <git@njw.me.uk> | 2012-06-02 17:56:36 +0100 | 
| commit | c88dd5c03bb1a5569e355b148a0a02607093c41e (patch) | |
| tree | 5deb6401d5ce22945bbf4a907f85edc8cfc04f6f /pst | |
| parent | 1b50dec3dc183871c217765d799cad650c19fdf9 (diff) | |
| download | gemrb-gameinstallers-master.tar.bz2 gemrb-gameinstallers-master.zip | |
Diffstat (limited to 'pst')
| -rwxr-xr-x | pst/install-2cd-extra.sh | 2 | ||||
| -rwxr-xr-x | pst/install-2cd-minimal.sh | 2 | ||||
| -rwxr-xr-x | pst/install-4cd-extra.sh | 2 | ||||
| -rwxr-xr-x | pst/install-4cd-minimal.sh | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/pst/install-2cd-extra.sh b/pst/install-2cd-extra.sh index 73b3d44..b8e1cd2 100755 --- a/pst/install-2cd-extra.sh +++ b/pst/install-2cd-extra.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash  # Copyright 2009 Nick White  #  # This program is free software; you can redistribute it and/or diff --git a/pst/install-2cd-minimal.sh b/pst/install-2cd-minimal.sh index da97628..be1ae36 100755 --- a/pst/install-2cd-minimal.sh +++ b/pst/install-2cd-minimal.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash  # Copyright 2009 Nick White  #  # This program is free software; you can redistribute it and/or diff --git a/pst/install-4cd-extra.sh b/pst/install-4cd-extra.sh index 53831d1..1831105 100755 --- a/pst/install-4cd-extra.sh +++ b/pst/install-4cd-extra.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash  # Copyright 2009 Nick White  #  # This program is free software; you can redistribute it and/or diff --git a/pst/install-4cd-minimal.sh b/pst/install-4cd-minimal.sh index df6ee5e..b29b287 100755 --- a/pst/install-4cd-minimal.sh +++ b/pst/install-4cd-minimal.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash  # Copyright 2009 Nick White  #  # This program is free software; you can redistribute it and/or | 
