]> Dogcows Code - chaz/tar/commitdiff
Add back write permissions on dir
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 16 Jun 2007 12:10:14 +0000 (12:10 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 16 Jun 2007 12:10:14 +0000 (12:10 +0000)
tests/extrac07.at

index 1919a2a98843f15fae680f05003a5a8274d10fad..2efc2f410f9a4d599db140493f229cb244c4b89d 100644 (file)
@@ -39,6 +39,8 @@ chmod -w dir
 echo Create the archive
 tar cf archive dir || exit 1
 
+chmod +w dir
+
 echo Extract
 mkdir out
 tar -C out -xvf archive
This page took 0.022397 seconds and 4 git commands to generate.