diff --git a/http/firefox/firefox.sh b/http/firefox/firefox.sh
index 5561f9b..f1063c9 100644
--- a/http/firefox/firefox.sh
+++ b/http/firefox/firefox.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# First check if this variable is already set
# then if not set, check it (maybe), then set it
#
@@ -6,7 +6,7 @@ # Set MOZILLA_FIVE_HOME for packages whi
# the mozilla libs (e.g. monodevelop)
#
-if [ -z "$MOZILLA_FIVE_HOME" -a ! -f /etc/profile.d/mozilla.sh ];
then
+if [ -z "$MOZILLA_FIVE_HOME" -a ! -f /etc/profile.d/mozilla.sh ];
then
MOZILLA_FIVE_HOME=/usr/lib/firefox
fi &&
diff --git a/perl-cpan/perl/perl.sh b/perl-cpan/perl/perl.sh
index 437d725..f4c1360 100644
--- a/perl-cpan/perl/perl.sh
+++ b/perl-cpan/perl/perl.sh
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/bin/sh
MANPATH="${MANPATH}:/usr/share/site_perl/man:/usr/share/vendor_perl/man"
diff --git a/shell-term-fm/bash/HISTORY b/shell-term-fm/bash/HISTORY
index dac96f6..cc26868 100644
--- a/shell-term-fm/bash/HISTORY
+++ b/shell-term-fm/bash/HISTORY
@@ -1,3 +1,7 @@
+2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * profile.d/dummy: Removed bashism.
+ * profile.d/editor.sh: Removed bashism.
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/shell-term-fm/bash/profile.d/dummy
b/shell-term-fm/bash/profile.d/dummy
index 155b6b5..ece9fcd 100644
--- a/shell-term-fm/bash/profile.d/dummy
+++ b/shell-term-fm/bash/profile.d/dummy
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# First check if this variable is already set
# then if not set, check it (maybe), then set it
diff --git a/shell-term-fm/bash/profile.d/editor.sh
b/shell-term-fm/bash/profile.d/editor.sh
index d848828..c1d819b 100644
--- a/shell-term-fm/bash/profile.d/editor.sh
+++ b/shell-term-fm/bash/profile.d/editor.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Added by /usr/sbin/smgl.install
# First check if this variable is already set
# then if not set, check it (maybe), then set it
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index fb9372e..a953099 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,6 @@
+2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * coreutils.sh: Removed bashism.
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide
diff --git a/utils/coreutils/coreutils.sh b/utils/coreutils/coreutils.sh
index 7270b8b..5f58c5a 100644
--- a/utils/coreutils/coreutils.sh
+++ b/utils/coreutils/coreutils.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# make coreutils tools not fail on common commands that happen to be left out
# of the posix standard (e.g. tail -1)
export _POSIX2_VERSION=199209
diff --git a/x11-toolkits/qt-x11/HISTORY b/x11-toolkits/qt-x11/HISTORY
index 68ae89a..1cbb753 100644
--- a/x11-toolkits/qt-x11/HISTORY
+++ b/x11-toolkits/qt-x11/HISTORY
@@ -1,3 +1,6 @@
+2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * qt.sh: Removed bashism.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.
diff --git a/x11-toolkits/qt-x11/qt.sh b/x11-toolkits/qt-x11/qt.sh
index ca68979..d83cf6d 100644
--- a/x11-toolkits/qt-x11/qt.sh
+++ b/x11-toolkits/qt-x11/qt.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# First check if this variable is already set
# then if not set, check it (maybe), then set it
[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (fe8714a7e2247b9cbaa100f124ec81ae30f6d8c2),
Juuso Alasuutari, 10/06/2006