diff options
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-x | draksnapshot-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 1f29101..00d8b31 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -21,7 +21,7 @@ ################################################################################ use warnings; -#use strict; +use strict; use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' |