]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - compilation.sh
Give everything a ".sh" suffix.
[bash.d.git] / compilation.sh
similarity index 98%
rename from compilation
rename to compilation.sh
index 7b76b34d7e89ad1ddae54a3a0193831349783c4e..7613425faaa77eda89c29d7d845bd5172aecef7f 100644 (file)
@@ -1,4 +1,6 @@
-#!/bin/sh
+#
+# compilation
+#
 
 # Grab CFLAGS, etc. from our profile after first processing its parent
 # profiles recursively
@@ -40,3 +42,4 @@ export LDFLAGS
 # Haskell makefiles so that we don't have to hard-code user preferences
 # (these flags) in the cabal files that *everyone* uses.
 export HCFLAGS
+