Changeset c5a98db for client/bin/gbrm
- Timestamp:
- Jul 5, 2010, 3:30:19 PM (14 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- 618236b, a81397c
- Parents:
- 03e2535
- git-author:
- Jessica B. Hamrick <jhamrick@…> (07/05/10 15:30:19)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (07/05/10 15:30:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/bin/gbrm
r611bd26 rc5a98db 34 34 35 35 if ($id eq "all") { 36 @args = (" CUPS_SERVER=$host", "cancel", "-a", "$queue");36 @args = ("cancel", "-a", "$queue"); 37 37 } 38 38 else { 39 @args = (" CUPS_SERVER=$host", "cancel", "$id", "$queue");39 @args = ("cancel", "$id", "$queue"); 40 40 } 41 $ENV{CUPS_SERVER}="$host"; 41 42 exec (@args) or die "Couldn't execute cancel command";
Note: See TracChangeset
for help on using the changeset viewer.