summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-01-28 19:59:34 +0000
committerRichard Hughes <richard@hughsie.com>2008-01-28 19:59:34 +0000
commit9785a16e5619b51d89343d290b9cae14bde2a954 (patch)
tree50c7029c6c474286979bc58c641a992f5aeb2ccd /src
parent103ac946fc745e048736b78bd50d0dcc5dcb5da7 (diff)
All scripts are now POSIX compliant, change shebang lines to have them
run under /bin/sh instead of /bin/bash. Also take care of a few more minor fixups.
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
#