diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-05 22:12:36 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-05 22:12:36 -0700 |
commit | 0fb08a6fe292821630d54754683a853c09e5fcc5 (patch) | |
tree | 6f79ff2522203d08e8c612d19a5293c4c42f4394 /scripts/vyatta-load-user-key.pl | |
parent | 436fef67c98d69e8076a0cea8d00132132bb5a6d (diff) | |
parent | 0f258c68899fa3f48315c92225db8762ac73c4a5 (diff) | |
download | vyatta-cfg-system-0fb08a6fe292821630d54754683a853c09e5fcc5.tar.gz vyatta-cfg-system-0fb08a6fe292821630d54754683a853c09e5fcc5.zip |
Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur
Diffstat (limited to 'scripts/vyatta-load-user-key.pl')
-rwxr-xr-x | scripts/vyatta-load-user-key.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index 29163f6a..d64dba8a 100755 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -71,7 +71,7 @@ sub geturl { } $cmd .= " $url"; - open (my $curl, "$cmd |" ) + open (my $curl, "-|", $cmd ) or die "$cmd command failed: $!"; return $curl; |