diff options
Diffstat (limited to 'src/pm-powersave.in')
-rwxr-xr-x | src/pm-powersave.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pm-powersave.in b/src/pm-powersave.in index 51de744..f6cea14 100755 --- a/src/pm-powersave.in +++ b/src/pm-powersave.in @@ -25,7 +25,7 @@ # POWERSAVE_LOGFILE="/dev/null" -PM_FUNCTIONS="@PM-UTILS-LIBDIR@/functions" +export PM_FUNCTIONS="@PM-UTILS-LIBDIR@/functions" . "${PM_FUNCTIONS}" if [ "x$1" = "xtrue" -o "x$1" = "xfalse" ] ; then |