Skip to content

Commit

Permalink
tcl: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 30, 2018
1 parent 81931d1 commit 4ca6f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcl-8.6.8-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test -d tk$VERSION || tar xf tk$VERSION-src.tar.gz
(
cd $PREFIX/bin;
ln -s tclsh[0-9]* tclsh
ln -s iwish[0-9]* wish
ln -s wish[0-9]* wish
}

exit

0 comments on commit 4ca6f7e

Please sign in to comment.