diff options
Diffstat (limited to 'perl-install/standalone/notify-x11-free-driver-switch.xsetup')
-rwxr-xr-x | perl-install/standalone/notify-x11-free-driver-switch.xsetup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/notify-x11-free-driver-switch.xsetup b/perl-install/standalone/notify-x11-free-driver-switch.xsetup index b3a1d562d..9c6464242 100755 --- a/perl-install/standalone/notify-x11-free-driver-switch.xsetup +++ b/perl-install/standalone/notify-x11-free-driver-switch.xsetup @@ -2,7 +2,7 @@ # (c) 2005-2008 Mandriva SA # to be sourced -LOCK=/var/run/harddrake-notify-x11-free-driver-switch; +export LOCK=/var/run/harddrake-notify-x11-free-driver-switch; if [ -f $LOCK ]; then /usr/share/harddrake/notify-x11-free-driver-switch rm -f $LOCK; |