Changeset: e3b372cb410b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e3b372cb410b
Modified Files:
        de-bootstrap
Branch: Apr2011
Log Message:

de-bootstrap: fix for POSIX shell
Dash on ubuntu complains about function and space after braket.


diffs (12 lines):

diff --git a/de-bootstrap b/de-bootstrap
--- a/de-bootstrap
+++ b/de-bootstrap
@@ -28,7 +28,7 @@
        exit
 fi
 
-function RM () {
+RM() {
        if [ "x$1" = 'x-f' ]; then
                shift
        fi
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to