Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Move util library into lib directory
Browse files Browse the repository at this point in the history
  • Loading branch information
samstokes committed Aug 1, 2010
1 parent 80af7fd commit cc1a20a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-merge-feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

DIRNAME=`dirname "$0"`
. "$DIRNAME/../util.bash"
. "$DIRNAME/../lib/util.bash"

GIT=`which git`

Expand Down
File renamed without changes.

0 comments on commit cc1a20a

Please sign in to comment.