Changeset: 878998e84e33 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=878998e84e33 Modified Files: de-bootstrap Branch: default Log Message:
de-bootstrap: add shebang to make it work in more cases diffs (9 lines): diff --git a/de-bootstrap b/de-bootstrap --- a/de-bootstrap +++ b/de-bootstrap @@ -1,4 +1,4 @@ -# -*-shell-script-*- +#!/usr/bin/env sh # 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 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
