View Single Post
  #4 (permalink)  
Old 02-20-2008, 07:20 AM
dijichi2 dijichi2 is offline
OpenSource Builder & Moderator
 
Posts: 1,166
Default

there's not supposed to be a space between the -j and the number is there?

as for this:
Quote:
cp /opt/zimbra-src/main/ZimbraBuild/../ZimbraServer/conf/spamassassin/[^C]* /opt/zimbra-src/main/ZimbraBuild/corebuild/opt/zimbra/conf/spamassassin
cp: cannot stat `/opt/zimbra-src/main/ZimbraBuild/../ZimbraServer/conf/spamassassin/[^C]*': No such file or directory
I have long since changed this in my patches, [^C] doesn't seem to do anything useful as there is nothing present that would match that regexp. Check that you're using bash, not dash as ubuntu seems to like to use for unknown reasons as this might provoke this problem.
Reply With Quote