Skip to content

Commit

Permalink
ctags: opps fixing the comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Jun 16, 2013
1 parent 8848760 commit fecad86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/ctags/BUILD
@@ -1,7 +1,7 @@

default_build &&

#Even though the install says "cd /usr/bin && ln -s ctags etags" it does happen
#Even though the install says "cd /usr/bin && ln -s ctags etags" it does't happen
if [[ $ENABLE_ETAGS == "y" ]] ;then
ln -sf /usr/bin/ctags /usr/bin/etags
fi

0 comments on commit fecad86

Please sign in to comment.