]> Dogcows Code - chaz/tar/blob - options.sh
daa5e232e42cb14c1102f91c27dc382e02bb14bf
[chaz/tar] / options.sh
1 #! /bin/sh
2 # Ensure that TAR_OPTIONS works in conjunction with old-style options.
3
4 . ./preset
5 . $srcdir/before
6
7 set -e
8 echo > file1
9 TAR_OPTIONS=--numeric-owner tar chof archive file1
10 tar tf archive
11
12 out="\
13 file1
14 "
15
16 . $srcdir/after
This page took 0.035961 seconds and 3 git commands to generate.