Merge pull request #116 from jespino/bug/rename-tag-without-shebang

Adding shebang to the rename-tag command
This commit is contained in:
TJ Holowaychuk 2012-06-20 08:37:22 -07:00
commit 58b6270281

View file

@ -1,3 +1,5 @@
#!/bin/sh
old=$1
new=$2