summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-19 17:57:06 +0000
committerjkh <jkh@FreeBSD.org>1997-06-19 17:57:06 +0000
commite5f80c5114534fc4da5d4c6968d080c8a148eb71 (patch)
treef3609d23fcdb116a0dff405bac29eab82ea95e80 /bin
parent64538a3bf52e3f8ebc6fbf15ceed99cdfd93e33c (diff)
downloadFreeBSD-src-e5f80c5114534fc4da5d4c6968d080c8a148eb71.zip
FreeBSD-src-e5f80c5114534fc4da5d4c6968d080c8a148eb71.tar.gz
Back out previous fix - this bug's got diplomatic immunity as a registered
political issue.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/expand.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/sh/expand.c b/bin/sh/expand.c
index a72e351..fe8910f 100644
--- a/bin/sh/expand.c
+++ b/bin/sh/expand.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: expand.c,v 1.19 1997/06/06 23:04:33 ache Exp $
+ * $Id: expand.c,v 1.20 1997/06/19 15:14:01 jkh Exp $
*/
#ifndef lint
@@ -1388,8 +1388,6 @@ cvtnum(num, buf)
temp[31] = '\0';
- if (neg)
- num = -num;
do {
*--p = num % 10 + '0';
} while ((num /= 10) != 0);
OpenPOWER on IntegriCloud