diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-05 20:13:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-12-05 20:13:41 +0000 |
commit | 0b341a44b78008fbdd5a9fa3b0b887e56ccbc183 (patch) | |
tree | 25c3545feac8675b51afc93400b17c75d004847d /distrib | |
parent | 287c981bdb9116f3e85d3f5c6e60a1497da8b8ee (diff) |
expr die die die
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/simpleroot/install.sub | 4 |
1 files 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 )) ;; *) |