Skip to content

Commit

Permalink
Fix typo in fltk-config script.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4513 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Aug 15, 2005
1 parent b5f14ff commit c38c41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fltk-config.in
Expand Up @@ -39,7 +39,7 @@ symlink=`readlink $0`
if test -n "$symlink"; then
selfdir=`dirname $symlink`
else
selfdif=`dirname $0`
selfdir=`dirname $0`
fi

prefix=@prefix@
Expand Down

0 comments on commit c38c41a

Please sign in to comment.