summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5258cb8)
raw | patch | inline | side by side (parent: 5258cb8)
author | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 Mar 2009 12:30:58 +0000 (12:30 +0000) | ||
committer | rettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 Mar 2009 12:30:58 +0000 (12:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13562 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/tests/deploy-gosa-si.pl | patch | blob | history |
index f824b5db813a981ede31693891315f8b798c4a42..87a28578298fd50299e0ffe0a60a6caa0080af7d 100755 (executable)
print STDERR "$del_cmd\n";
system($del_cmd);
-
- my $ln_cmd = "ln -s ".$gosa_path.$file_name." $new_file";
+ my $abs_file = File::Spec->catfile($gosa_path, $file_name);
+ my $ln_cmd = "ln -s $abs_file $new_file";
print STDERR "$ln_cmd\n";
system($ln_cmd);