Skip to content

Commit

Permalink
placed shebangs at the top of the files as per shebang location requi…
Browse files Browse the repository at this point in the history
…rements
  • Loading branch information
Ryan Cook committed Oct 27, 2010
1 parent 2825cab commit 7f30e35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions geddy-core/scripts/geddy
@@ -1,3 +1,4 @@
#!/bin/bash
#
# Geddy JavaScript Web development framework
# Copyright 2112 Matthew Eernisse (mde@fleegix.org)
Expand All @@ -15,8 +16,6 @@
# limitations under the License.
#

#!/bin/bash

SOURCE_DIR=""
USE_SOURCE=0

Expand Down
3 changes: 1 addition & 2 deletions geddy-core/scripts/geddy-gen
@@ -1,3 +1,4 @@
#!/bin/bash
#
# Geddy JavaScript Web development framework
# Copyright 2112 Matthew Eernisse (mde@fleegix.org)
Expand All @@ -15,7 +16,5 @@
# limitations under the License.
#

#!/bin/bash

node ~/.node_libraries/geddy-core/scripts/jake.js -f ~/.node_libraries/geddy-core/scripts/Jakefile $@

3 changes: 1 addition & 2 deletions geddy-core/scripts/jake
@@ -1,3 +1,4 @@
#!/bin/bash
#
# Geddy JavaScript Web development framework
# Copyright 2112 Matthew Eernisse (mde@fleegix.org)
Expand All @@ -15,7 +16,5 @@
# limitations under the License.
#

#!/bin/bash

node ./geddy-core/scripts/jake.js $@

0 comments on commit 7f30e35

Please sign in to comment.