summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/on_ac_power2
-rwxr-xr-xsrc/pm-action2
-rw-r--r--src/pm-is-supported2
-rwxr-xr-xsrc/pm-powersave2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/on_ac_power b/src/on_ac_power
index 6d8745b..a250e56 100755
--- a/src/on_ac_power
+++ b/src/on_ac_power
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Test if the computer is running on line power
# Exit status:
diff --git a/src/pm-action b/src/pm-action
index c3e8cc4..bf9d3ec 100755
--- a/src/pm-action
+++ b/src/pm-action
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Simple suspend script
#
diff --git a/src/pm-is-supported b/src/pm-is-supported
index 0bed480..b951f9a 100644
--- a/src/pm-is-supported
+++ b/src/pm-is-supported
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
#
# Copyright 2007 Red Hat, Inc.
#
diff --git a/src/pm-powersave b/src/pm-powersave
index efeac75..84acbaf 100755
--- a/src/pm-powersave
+++ b/src/pm-powersave
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# vim:noexpandtab
# Simple powersave script
#