This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ ATTN d The directory lister mantainer ] typo in d-1.2.0-1.sh


Hello,

The sources were downloaded from:

http://cygwin.basemirror.de/release/d/d-1.2.0-1-src.tar.bz

The script to rebuild the package contains a typo that prevents it
from executing correctly:

$ ./d-1.2.0-1.sh all
./d-1.2.0-1.sh: line 72: syntax error near unexpected token `&&'
./d-1.2.0-1.sh: line 72: `  && mkdirs )'

The problem is a missing backslash:

$ diff -u d-1.2.0-1.sh.orig d-1.2.0-1.sh
--- d-1.2.0-1.sh.orig   2010-04-13 21:09:00.000000000 +0200
+++ d-1.2.0-1.sh        2010-04-13 21:09:33.000000000 +0200
@@ -68,7 +68,7 @@
   (cd ${topdir} && \
   tar xv${opt_decomp}f ${src_orig_pkg} ; \
   cd ${topdir} && \
-  patch -p0 < ${src_patch}
+  patch -p0 < ${src_patch} \
   && mkdirs )
 }
 conf() {

Regards.

-- 
Huella de clave = 943C D77F 0CB0 02FE 166E  E06F D13A A2E1 98A5 C953

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]