From 0b341a44b78008fbdd5a9fa3b0b887e56ccbc183 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff <mickey@cvs.openbsd.org> Date: Sun, 5 Dec 1999 20:13:41 +0000 Subject: expr die die die --- distrib/simpleroot/install.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/simpleroot/install.sub b/distrib/simpleroot/install.sub index 9bdf5de3913..b2352e0bfe3 100644 --- a/distrib/simpleroot/install.sub +++ b/distrib/simpleroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.8 1999/03/23 07:58:51 deraadt Exp $ +# $OpenBSD: install.sub,v 1.9 1999/12/05 20:13:40 mickey Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -1088,7 +1088,7 @@ __install_tape_1 getresp "" case "$resp" in [1-9]*) - _nskip=`expr $resp - 1` + _nskip=$(( $resp - 1 )) ;; *) -- cgit v1.2.3