Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18412

Modified Files:
        mguardian 
Log Message:
Emit a warning when using the mguardian script


Index: mguardian
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/mguardian,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- mguardian   3 Jan 2007 12:20:32 -0000       1.22
+++ mguardian   25 May 2007 08:41:50 -0000      1.23
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # The contents of this file are subject to the MonetDB Public License
 # Version 1.1 (the "License"); you may not use this file except in
 # compliance with the License. You may obtain a copy of the License at
@@ -82,6 +82,9 @@
        ;;
 esac
 
+# emit a warning
+echo " * warning: This script is experimental"
+
 cd $DBFARM
 if [ ! -z "$*" ]
 then


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to