~ubuntu-branches/ubuntu/precise/typespeed/precise

« back to all changes in this revision

Viewing changes to distrib/typespeed.SlackBuild

  • Committer: Bazaar Package Importer
  • Author(s): Lauri Niskanen
  • Date: 2009-01-23 17:51:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123175157-gqk9qzud3oou1met
Tags: 0.6.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
# Compile
58
58
cd $TMP/$NAME-$PROGRAM_VER
59
 
if [ "`pwd`" == "/tmp" ] ; then
 
59
if [ "`pwd`" = "/tmp" ] ; then
60
60
  echo "ERROR: something is wrong... we cant cd $TMP/$NAME-$PROGRAM_VER"
61
61
  exit
62
62
fi