From ea1dd5375a600d9156165c1ce208d5feaecbbba2 Mon Sep 17 00:00:00 2001 From: "rjones@thinkpad.home.annexia.org" Date: Fri, 18 Apr 2008 13:10:31 +0100 Subject: [PATCH] Fixed the warning message in rebuild-icons script. --- virt-ctrl/rebuild-icons.sh | 3 +-- virt-ctrl/vc_icons.ml | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/virt-ctrl/rebuild-icons.sh b/virt-ctrl/rebuild-icons.sh index 399e182..cef020d 100755 --- a/virt-ctrl/rebuild-icons.sh +++ b/virt-ctrl/rebuild-icons.sh @@ -17,13 +17,12 @@ # Generate vc_icons.ml -echo <<'EOF' +cat <<'EOF' (* The file vc_icons.ml is automatically generated from rebuild-icons.sh * Any changes you make will be lost. *) EOF -echo # Open any modules which may use icons. echo "open Vc_connection_dlg" diff --git a/virt-ctrl/vc_icons.ml b/virt-ctrl/vc_icons.ml index 911e487..e6816b8 100644 --- a/virt-ctrl/vc_icons.ml +++ b/virt-ctrl/vc_icons.ml @@ -1,4 +1,6 @@ - +(* The file vc_icons.ml is automatically generated from rebuild-icons.sh + * Any changes you make will be lost. + *) open Vc_connection_dlg -- 1.8.3.1