diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-04-27 12:45:01 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-04-27 12:45:01 +0000 |
commit | 5a8b077b9459fc9178f9057c08b4f2bd0ca234f8 (patch) | |
tree | ae95c824d9ba0d846f4c2a43d56215d2a26e3295 /net-www/mozilla/files | |
parent | fix mozilla.sh to use bash, bug #19782 (diff) | |
download | gentoo-2-5a8b077b9459fc9178f9057c08b4f2bd0ca234f8.tar.gz gentoo-2-5a8b077b9459fc9178f9057c08b4f2bd0ca234f8.tar.bz2 gentoo-2-5a8b077b9459fc9178f9057c08b4f2bd0ca234f8.zip |
fix mozilla.sh to use bash, bug #19782
Diffstat (limited to 'net-www/mozilla/files')
-rw-r--r-- | net-www/mozilla/files/mozilla.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-www/mozilla/files/mozilla.sh b/net-www/mozilla/files/mozilla.sh index 1ecbe48a7d09..29c7a60b92f8 100644 --- a/net-www/mozilla/files/mozilla.sh +++ b/net-www/mozilla/files/mozilla.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # The contents of this file are subject to the Netscape Public # License Version 1.1 (the "License"); you may not use this file |