blob: 70f0e7c5a510332b2f8b1243c0a042ff24e3f515 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ak,v 1.2 1998/08/07 11:10:16 agc Exp $
--- samples/infobox.orig Thu Jan 9 01:45:24 1997
+++ samples/infobox Fri Jan 23 18:34:07 1998
@@ -1,5 +1,5 @@
#!/bin/sh
-$DIALOG=${DIALOG=../dialog}
+DIALOG=${DIALOG=../dialog}
$DIALOG --backtitle "dialog 0.6z - samples/infobox" --title "INFO BOX" \
--infobox "Hi, this is an information box. It is
|