summary refs log tree commit diff
path: root/pkgs/misc/cups/longer-shell-path.patch
blob: 397cc681732b07210714e82b891ad8d141eec156 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/filter/foomatic-rip/foomaticrip.c b/filter/foomatic-rip/foomaticrip.c
index 90a851c..689a2bd 100644
--- a/filter/foomatic-rip/foomaticrip.c
+++ b/filter/foomatic-rip/foomaticrip.c
@@ -174,7 +174,7 @@ char cupsfilterpath[PATH_MAX] = "/usr/local/lib/cups/filter:"
                                 "/opt/cups/filter:"
                                 "/usr/lib/cups/filter";

-char modern_shell[64] = SHELL;
+char modern_shell[] = SHELL;

 void config_set_option(const char *key, const char *value)
 {