Skip to content

Commit

Permalink
Script update...
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Sep 8, 2001
1 parent 9a52840 commit c15ea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makesrcdist
Expand Up @@ -25,7 +25,7 @@ cd fltk-$version
if test x$version != snapshot; then
echo "Tagging release..."

set tag = `echo v$version | tr '.' '_'`
tag=`echo v$version | tr '.' '_'`

cvs tag -F $tag
fi
Expand Down

0 comments on commit c15ea39

Please sign in to comment.