Skip to content

Commit

Permalink
Fix my cumbersome redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Oct 24, 2016
1 parent abbdbcc commit 9bd207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-redate
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ shift
done

die () {
echo `basename $0`: >&2 $*
echo >&2 `basename $0`: $*
exit 1
}

Expand Down

0 comments on commit 9bd207d

Please sign in to comment.