You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/16 18:36:37 UTC

svn commit: r815869 - /tomcat/native/branches/1.1.x/jnirelease.sh

Author: rjung
Date: Wed Sep 16 16:36:37 2009
New Revision: 815869

URL: http://svn.apache.org/viewvc?rev=815869&view=rev
Log:
Fix broken hash bang.

Modified:
    tomcat/native/branches/1.1.x/jnirelease.sh

Modified: tomcat/native/branches/1.1.x/jnirelease.sh
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/jnirelease.sh?rev=815869&r1=815868&r2=815869&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/jnirelease.sh (original)
+++ tomcat/native/branches/1.1.x/jnirelease.sh Wed Sep 16 16:36:37 2009
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org