diff options
Diffstat (limited to 'src/pm-action')
-rwxr-xr-x | src/pm-action | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pm-action b/src/pm-action index 3a1e6a5..68dbb93 100755 --- a/src/pm-action +++ b/src/pm-action @@ -84,7 +84,8 @@ do shift done -. /usr/lib/pm-utils/functions +export PM_FUNCTIONS="/usr/lib/pm-utils/functions" +. "${PM_FUNCTIONS}" [ -f /sys/power/state ] || exit 1 |