summaryrefslogtreecommitdiffstats
path: root/bin/pax
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-11 16:59:27 +0000
committerache <ache@FreeBSD.org>1996-08-11 16:59:27 +0000
commitaf9609604ef2876a0368694a33cfa2ea97b06adb (patch)
tree4276c90c8b7b52bf70a5c2a1cc809c55fe75c6ba /bin/pax
parentc2f58cf70e6faf6d62a4d98dd5582ab93dfa1878 (diff)
downloadFreeBSD-src-af9609604ef2876a0368694a33cfa2ea97b06adb.zip
FreeBSD-src-af9609604ef2876a0368694a33cfa2ea97b06adb.tar.gz
Pick collate info for RE character ranges
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/pax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c
index 5d5e31f..590072c 100644
--- a/bin/pax/pax.c
+++ b/bin/pax/pax.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pax.c,v 1.3 1995/05/30 00:07:00 rgrimes Exp $
+ * $Id: pax.c,v 1.4 1995/10/23 21:23:19 ache Exp $
*/
#ifndef lint
@@ -228,7 +228,7 @@ main(argc, argv)
char **argv;
#endif
{
- (void) setlocale(LC_TIME, "");
+ (void) setlocale(LC_ALL, "");
/*
* parse options, determine operational mode, general init
*/
OpenPOWER on IntegriCloud