aboutsummaryrefslogtreecommitdiff
path: root/bin/stty
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-04-29 15:00:34 +0000
committerBruce Evans <bde@FreeBSD.org>1995-04-29 15:00:34 +0000
commitd54024a1590d915d6084c79a8d539ca7549a3670 (patch)
tree02981f95c7bce2a7c06e1b2f80a8d587cd7be49e /bin/stty
parent045d1485ca0f83853817a67409a7b8d6c9bc7b1d (diff)
Notes
Diffstat (limited to 'bin/stty')
-rw-r--r--bin/stty/stty.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index 9f8bbb14d02a..69ce682b08a4 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: stty.c,v 1.2 1994/09/24 02:59:02 davidg Exp $
*/
#ifndef lint
@@ -140,6 +140,7 @@ args: argc -= optind;
if (!strncmp(*argv, "gfmt1", sizeof("gfmt1") - 1)) {
gread(&i.t, *argv + sizeof("gfmt1") - 1);
+ i.set = 1;
continue;
}