James Moger
2013-02-25 9effe1630d97039b3e01cd9b58ed07e75be1d63c
src/com/gitblit/build/Build.java
@@ -245,7 +245,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();