Skip to content
Snippets Groups Projects
Commit 84b5b03b authored by Gergely Pilisi's avatar Gergely Pilisi
Browse files

Corrected typo in ttcn3_archive.pl


Signed-off-by: default avatarGergely Pilisi <gergely.pilisi@ericsson.com>
parent 97421534
No related branches found
No related tags found
1 merge request!45Corrected typo in ttcn3_archive.pl
......@@ -34,7 +34,7 @@ if (-l $tpd) #get the path if it is a symlink
my $root = getPathToRootDir(\@list); # get the workspace directory of the OS
chomp ($root);
chdir ($root) or die "cannot change: $!\n";
my $cutstring = cwd; # this is string generated from the the absolut path to the workspace
my $cutstring = cwd; # this is string generated from the the absolute path to the workspace
my $archiveDir = getArchiveDir(\@list); #directory to place the archive
$archiveDir = $home . "/" . $archiveDir;
chomp ($archiveDir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment