diff options
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 |