cvs commit: src/usr.bin/alias generic.sh
    Colin Percival 
    cperciva at FreeBSD.org
       
    Mon Oct 24 15:32:19 PDT 2005
    
    
  
cperciva    2005-10-24 22:32:19 UTC
  FreeBSD src repository
  Modified files:
    usr.bin/alias        generic.sh 
  Log:
  Use the "builtin" shell function to make sure that the requested
  command is handled as a shell function.  This avoids the following
  peculiar behaviour when /usr/bin is on a case-insensitive filesystem:
      # READ foo
  (... long pause, depending upon the amount of swap space available ...)
      sh: Resource temporarily unavailable.
  
  Reported by:    I can't remember; someone on IRC.
  MFC after:      1 week
  
  Revision  Changes    Path
  1.2       +1 -1      src/usr.bin/alias/generic.sh
    
    
More information about the cvs-all
mailing list