ソースを参照

Try to use relative path

Alois Mahdal 10 年 前
コミット
86207a6f40
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      mklinks

+ 1
- 0
mklinks ファイルの表示

@@ -74,6 +74,7 @@ sub mklinks {
74 74
         if (-e $target) {
75 75
             warn "target exists: $target\n";
76 76
         } else {
77
+#           $source = File::Spec->abs2rel($source, $target);
77 78
             `ln -s $source $target`;
78 79
         }
79 80
     }