[Fai-commit] r6503 - trunk/bin
Thomas Lange
lange at alioth.debian.org
Sun Apr 24 12:25:35 UTC 2011
Author: lange
Date: 2011-04-24 12:25:17 +0000 (Sun, 24 Apr 2011)
New Revision: 6503
Modified:
trunk/bin/ftar
Log:
print only one / in path names, year++
Modified: trunk/bin/ftar
===================================================================
--- trunk/bin/ftar 2011-04-24 07:32:21 UTC (rev 6502)
+++ trunk/bin/ftar 2011-04-24 12:25:17 UTC (rev 6503)
@@ -6,7 +6,7 @@
# ftar -- extract tar files using FAI classes
#
# This script is part of FAI (Fully Automatic Installation)
-# Copyright (C) 2001-2010 Thomas Lange, lange at informatik.uni-koeln.de
+# Copyright (C) 2001-2011 Thomas Lange, lange at informatik.uni-koeln.de
# Universitaet zu Koeln
#
#*********************************************************************
@@ -42,7 +42,7 @@
local file=$1
local catname=$2
- echo "ftar: extracting $file to $target/$dir"
+ echo "ftar: extracting $file to $target/$dir" | tr -s '/'
$catname $file | tar -C $target/$dir $vflag -xf -
tardone=1
# if option -1 is set, only one class will be used
@@ -54,7 +54,7 @@
cat <<EOF
ftar, extract tar files using classes.
- Copyright (C) 2001-2010 by Thomas Lange
+ Copyright (C) 2001-2011 by Thomas Lange
Usage: ftar [OPTION] ... SOURCE
More information about the Fai-commit
mailing list