Fresco/Documentation/config shtool,NONE,1.1 install-sh,1.1,NONE
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Documentation/config In directory purcel:/tmp/cvs-serv25370/Documentation/config Added Files: shtool Removed Files: install-sh Log Message: re-integrate Tutorial into the build system --- NEW FILE: shtool --- #!/bin/sh ## ## GNU shtool -- The GNU Portable Shell Tool ## Copyright (c) 1994-2002 Ralf S. Engelschall <[email protected]> ## ## See http://www.gnu.org/software/shtool/ for more information. ## See ftp://ftp.gnu.org/gnu/shtool/ for latest version. ## ## Version: 1.6.2 (02-Nov-2002) ## Contents: all available modules ## ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, [...3467 lines suppressed...] for name in $namelist; do # iterate over paths for path in $paths; do path=`echo $path | sed -e 's;/*$;;'` if [ $minusx "$path/$name" -a ! -d "$path/$name" ]; then if [ ".$opt_s" != .yes ]; then echo "$path/$name" fi exit 0 fi done done exit 1 ;; esac exit 0 ##EOF## --- install-sh DELETED ---