James Moger
2013-01-16 8c8f1f537b62a608e9ef01b70bec5a8df4dc8e8a
src/com/gitblit/build/Build.java
@@ -217,7 +217,7 @@
      Properties properties = new Properties();
      FileInputStream is = null;
      try {
         is = new FileInputStream(Constants.PROPERTIES_FILE);
         is = new FileInputStream(new File("distrib", Constants.PROPERTIES_FILE));
         properties.load(is);
      } catch (Throwable t) {
         t.printStackTrace();