3 # Copyright (C) 2007 OpenWrt.org
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
12 my $source = shift @ARGV;
13 my $target = shift @ARGV;
14 my $result = File
::Spec
->abs2rel($source, $target);
This page took 0.042723 seconds and 5 git commands to generate.