Skip to content

Commit 33ee86a

Browse files
committed
Merge pull request locutusjs#83 from rc5hack/master
Better portability
2 parents f298e2e + ac457b5 commit 33ee86a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

gittydown.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
23
git pull origin
34
if [ "${1}" = "-modules" ]; then
45
git submodule status

gittyup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
function capinstall {
44
if [ ! -x /var/lib/gems/1.8/bin/cap ]; then
@@ -117,4 +117,4 @@ echo "Committing: ${COMMENT}..."
117117
git commit -a -m "${COMMENT}" && git push origin
118118

119119
echo ""
120-
echo "Fixed: https://github.com/"`git config remote.origin.url`"/commit/"`git rev-parse HEAD`| sed -E s/[a-z]+@github\.com:// | sed 's#\.git##g'
120+
echo "Fixed: https://github.com/"`git config remote.origin.url`"/commit/"`git rev-parse HEAD`| sed -E s/[a-z]+@github\.com:// | sed 's#\.git##g'

0 commit comments

Comments
 (0)