~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to usr/share/byobu/tests/byobu-time-notifications

  • Committer: Package Import Robot
  • Author(s): Alexander Chernyakhovsky
  • Date: 2012-01-11 19:37:34 UTC
  • mfrom: (0.5.3) (0.1.162 precise)
  • Revision ID: package-import@ubuntu.com-20120111193734-89083z97py39gj05
Tags: 5.2-1
* Syncing from Ubuntu. Remaining changes:
  - Switch to dh short syntax
  - Added a substvar ${perl:Depends} dependency into debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                ;;
44
44
        esac
45
45
        freq=`grep "byobu-status $i$" /usr/share/$PKG/profiles/common | awk '{print $3}'`
46
 
        echo -n "$i $freq "
 
46
        printf "%s" "$i $freq "
47
47
        time loop $i
48
48
done