Author: nbd Date: 2014-07-04 14:11:40 +0200 (Fri, 04 Jul 2014) New Revision: 41510
Removed: trunk/scripts/abs2rel.pl Log: scripts/abs2rel.pl: remove, it is unused Signed-off-by: Felix Fietkau <[email protected]> Deleted: trunk/scripts/abs2rel.pl =================================================================== --- trunk/scripts/abs2rel.pl 2014-07-04 11:42:57 UTC (rev 41509) +++ trunk/scripts/abs2rel.pl 2014-07-04 12:11:40 UTC (rev 41510) @@ -1,16 +0,0 @@ -#!/usr/bin/env perl -# -# Copyright (C) 2007 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -use strict; -require File::Spec; - -my $source = shift @ARGV; -my $target = shift @ARGV; -my $result = File::Spec->abs2rel($source, $target); - -print "$result\n"; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
