summaryrefslogtreecommitdiffstats
path: root/bin/stty
diff options
context:
space:
mode:
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 9f8bbb1..69ce682 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;
}
OpenPOWER on IntegriCloud