Skip to content

Commit 022fef3

Browse files
andyparkinsspearce
authored andcommitted
git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull"
Signed-off-by: Andy Parkins <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent fdf6cfc commit 022fef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tree_search ()
1010
{
1111
head=$1
1212
tree=$2
13-
for p in $(git rev-list --parents --max-count=1 $head 2>/devnull)
13+
for p in $(git rev-list --parents --max-count=1 $head 2>/dev/null)
1414
do
1515
test $tree = $(git rev-parse $p^{tree} 2>/dev/null) &&
1616
vn=$(git describe --abbrev=4 $p 2>/dev/null) &&

0 commit comments

Comments
 (0)