From: rjones@thinkpad.home.annexia.org Date: Fri, 18 Apr 2008 12:10:31 +0000 (+0100) Subject: Fixed the warning message in rebuild-icons script. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ea1dd5375a600d9156165c1ce208d5feaecbbba2;p=virt-ctrl.git Fixed the warning message in rebuild-icons script. --- 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