Changeset 0d02eca for client/bin/gbq
- Timestamp:
- Jul 5, 2010, 10:40:36 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/bin/gbq
rb58aada r0d02eca 20 20 my $configpath = "$ENV{'HOME'}/.gutenbach/$q"; 21 21 if (! -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"; 23 23 exit 1; 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.