Changeset 0d02eca


Ignore:
Timestamp:
Jul 5, 2010, 10:40:36 PM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, web
Children:
618236b, 9fdf4a1, e1871d4, f6f3e91
Parents:
d768767
git-author:
Jessica B. Hamrick <jhamrick@…> (07/05/10 22:40:36)
git-committer:
Jessica B. Hamrick <jhamrick@…> (07/05/10 22:40:36)
Message:

Add a useful reminder message to client scripts, "Did you forget to add it [the queue] with gutenbach-client-config?"

Location:
client/bin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • client/bin/gbq

    rb58aada r0d02eca  
    2020my $configpath = "$ENV{'HOME'}/.gutenbach/$q";
    2121if (! -e $configpath) {
    22     print "Queue '$q' does not exist!\n";
     22    print "Queue '$q' does not exist!  Did you forget to add it with 'gutenbach-client-config'?\n";
    2323    exit 1;
    2424}
  • client/bin/gbr

    rb58aada r0d02eca  
    2222my $configpath = "$ENV{'HOME'}/.gutenbach/$q";
    2323if (! -e $configpath) {
    24     print "Queue '$q' does not exist!\n";
     24    print "Queue '$q' does not exist!  Did you forget to add it with 'gutenbach-client-config'?\n";
    2525    exit 1;
    2626}
  • client/bin/gbrm

    rd768767 r0d02eca  
    2121my $configpath = "$ENV{'HOME'}/.gutenbach/$q";
    2222if (! -e $configpath) {
    23     print "Queue '$q' does not exist!\n";
     23    print "Queue '$q' does not exist!  Did you forget to add it with 'gutenbach-client-config'?\n";
    2424    exit 1;
    2525}
Note: See TracChangeset for help on using the changeset viewer.