/[coreutils]/coreutils/build-aux/install-sh
ViewVC logotype

Diff of /coreutils/build-aux/install-sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by eggert, Thu Sep 22 06:05:39 2005 UTC revision 1.5 by meyering, Sat Nov 12 19:11:22 2005 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # install - install a program, script, or datafile  # install - install a program, script, or datafile
3    
4  scriptversion=2005-09-13.16  scriptversion=2005-11-07.23
5    
6  # This originates from X11R5 (mit/util/scripts/install.sh), which was  # This originates from X11R5 (mit/util/scripts/install.sh), which was
7  # later released in X11R6 (xc/config/util/install.sh) with the  # later released in X11R6 (xc/config/util/install.sh) with the
# Line 389  do Line 389  do
389           }           }
390      } || exit 1      } || exit 1
391    
392      trap - 0      trap '' 0
393    fi    fi
394  done  done
395    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26