From 211a57c514d72735a54cd95826e9da1f915aec76 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 15 Nov 2012 17:01:27 +0000 Subject: Abstract reading of make-projects.txt with make-list-projects.sh in order to allow for comments in the file Conflicts: maven/make-copy-jars.sh maven/make-deploy-one.sh maven/make-projects.txt --- maven/make-list-projects.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 maven/make-list-projects.sh (limited to 'maven/make-list-projects.sh') diff --git a/maven/make-list-projects.sh b/maven/make-list-projects.sh new file mode 100755 index 0000000..b932926 --- /dev/null +++ b/maven/make-list-projects.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec grep -v '^#' make-projects.txt -- cgit v1.2.3