summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbackup
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-06 09:18:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-06 09:18:01 +0000
commitded4cd2749ddc389b47b11cf06102f777d01da3d (patch)
treeb6dcb308bc07664528bb07e390513cdd480e3cf9 /perl-install/standalone/drakbackup
parentfc2f4f0e0d3792ac63b6324f61f6b9c383ce1c7a (diff)
downloaddrakx-backup-do-not-use-ded4cd2749ddc389b47b11cf06102f777d01da3d.tar
drakx-backup-do-not-use-ded4cd2749ddc389b47b11cf06102f777d01da3d.tar.gz
drakx-backup-do-not-use-ded4cd2749ddc389b47b11cf06102f777d01da3d.tar.bz2
drakx-backup-do-not-use-ded4cd2749ddc389b47b11cf06102f777d01da3d.tar.xz
drakx-backup-do-not-use-ded4cd2749ddc389b47b11cf06102f777d01da3d.zip
typo fix
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-xperl-install/standalone/drakbackup2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index 5c90fbe08..4ad814ea7 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -619,7 +619,7 @@ sub do_expect {
$in->ask_warn(N("Information"), N("This may take a moment to generate the keys."));
gtkset_mousecursor_wait();
#- not using a passphrase for the moment
- system("ssh-keygen", "-P", "''", "-t", "dsa", "-f", $backup_key);
+ system("ssh-keygen", "-P", "", "-t", "dsa", "-f", $backup_key);
gtkset_mousecursor_normal();
}