1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

released new apsfilter version 5.3.2 due to a

syntax error in SETUP
which is detected by bash2 but not by our shell
So all Linux user trapped over this
result is, that you can't select a printer and loop in printer selection
forever...

+         doesn't work:
+               PRINTER=`awk -F "|" \
                        ^----- missing "
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST"`
                                       ^^----- wrong order
+         works:
+               PRINTER="`awk -F "|" \
                        ^----- o.k.
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST`"
                                       ^^----- o.k.

Is it a bug in our shell ???
This commit is contained in:
Andreas Klemm 2000-04-05 07:03:39 +00:00
parent c4049cd3db
commit 70b4cfa810
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27340
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
.endif
VERSION= 5.3.1
VERSION= 5.3.2
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/apsfilter

View File

@ -1 +1 @@
MD5 (apsfilter-5.3.1.tar.bz2) = 0e6431923825c6f55e3035e1f01bf253
MD5 (apsfilter-5.3.2.tar.bz2) = f1a03728b95a691bd48f38883269b6dd

View File

@ -25,7 +25,7 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba
.endif
VERSION= 5.3.1
VERSION= 5.3.2
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/apsfilter

View File

@ -1 +1 @@
MD5 (apsfilter-5.3.1.tar.bz2) = 0e6431923825c6f55e3035e1f01bf253
MD5 (apsfilter-5.3.2.tar.bz2) = f1a03728b95a691bd48f38883269b6dd