]> git.pld-linux.org Git - packages/irssi.git/commitdiff
- stop bashism in CALC alias AC-branch auto/ac/irssi-0_8_14-3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 15 Jan 2010 11:15:48 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssi.conf.patch -> 1.10

irssi.conf.patch [new file with mode: 0644]

diff --git a/irssi.conf.patch b/irssi.conf.patch
new file mode 100644 (file)
index 0000000..9c24bf9
--- /dev/null
@@ -0,0 +1,11 @@
+--- irssi-0.8.14/irssi.conf~   2009-07-21 21:48:30.000000000 +0300
++++ irssi-0.8.14/irssi.conf    2010-01-15 13:12:20.978147741 +0200
+@@ -122,7 +122,7 @@
+   GOTO = "sb goto";
+   CHAT = "dcc chat";
+   RUN = "SCRIPT LOAD";
+-  CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
++  CALC = "exec - if [ -x /usr/bin/bc ]\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
+   SBAR = "STATUSBAR";
+   INVITELIST = "mode $C +I";
+   Q = "QUERY";
This page took 0.066381 seconds and 4 git commands to generate.