~ubuntu-branches/ubuntu/saucy/starpu-contrib/saucy

« back to all changes in this revision

Viewing changes to tools/starpu_workers_activity.in

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-07-12 23:10:36 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130712231036-idxuyf8ed54d4zft
Tags: 1.0.1-4ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/control: Build-depend on nvidia-current | nvidia-current-updates
    rather than libcuda1 to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    exit 0
38
38
}
39
39
 
40
 
if [ "$1" == "-v" ] || [ "$1" == "--version" ] ; then
 
40
if [ "$1" = "-v" ] || [ "$1" = "--version" ] ; then
41
41
    echo "$PROGNAME @STARPU_MAJOR_VERSION@.@STARPU_MINOR_VERSION@"
42
42
    exit 0
43
43
fi
44
44
 
45
 
if [ "$1" == "-h" ] || [ "$1" == "--help" ] || [ "$1" == "" ] ; then
 
45
if [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "" ] ; then
46
46
    usage
47
47
fi
48
48