diff options
Diffstat (limited to 'perl-install/install2')
-rwxr-xr-x | perl-install/install2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install2 b/perl-install/install2 index 7d9c4a278..ff820edd0 100755 --- a/perl-install/install2 +++ b/perl-install/install2 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# DiskDrake +# Mandrake Graphic Install # Copyright (C) 1999 MandrakeSoft (pixel@linux-mandrake.com) # # This program is free software; you can redistribute it and/or modify @@ -27,3 +27,4 @@ $::testing = $ENV{PERL_INSTALL_TEST}; install2::main(@ARGV); +exec "true"; |