Whamcloud - gitweb
LU-16077 ptlrpc: Fix ptlrpc_body_v2 with pb_uid/pb_gid
[fs/lustre-release.git] / autogen.sh
old mode 100644 (file)
new mode 100755 (executable)
index f8b7741..e33c225
@@ -1,6 +1,14 @@
-#!/bin/sh
+#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
-# NOTE: Please avoid bashisms (bash specific syntax) in this script
+#
+# This file is part of Lustre, http://www.lustre.org/
+#
+# autogen.sh
+#
+# Run various autotools, thereby creating the configure
+# script and top-level make files
+#
 
 set -e
 pw="$PWD"