summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl
index 11cd34cfbde..55cc93e67de 100755
--- a/Master/tlpkg/bin/ctan2tl
+++ b/Master/tlpkg/bin/ctan2tl
@@ -1,10 +1,10 @@
-#!/bin/bash
+#!/bin/sh
# $Id$
# Public domain. Originally written 2005, Karl Berry.
#
# Attempt to push a package from CTAN into TL.
-renice 20 $$ >&/dev/null
+renice 20 $$ >/dev/null 2>&1
unset CDPATH # avoid extraneous output
LC_ALL=C; export LC_ALL # avoid problems with diff, comm, etc