[Assorted-commits] SF.net SVN: assorted: [521] shell-tools/trunk/src/refresh-links.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-29 03:29:17
|
Revision: 521 http://assorted.svn.sourceforge.net/assorted/?rev=521&view=rev Author: yangzhang Date: 2008-02-28 19:29:14 -0800 (Thu, 28 Feb 2008) Log Message: ----------- changed local -> .local; i should really remove this script Modified Paths: -------------- shell-tools/trunk/src/refresh-links.bash Modified: shell-tools/trunk/src/refresh-links.bash =================================================================== --- shell-tools/trunk/src/refresh-links.bash 2008-02-29 03:28:55 UTC (rev 520) +++ shell-tools/trunk/src/refresh-links.bash 2008-02-29 03:29:14 UTC (rev 521) @@ -6,8 +6,8 @@ do_force= do_time= do_verbose= -crawl_dirs="$HOME/local" -link_dir="$HOME/local" +crawl_dirs="$HOME/.local" +link_dir="$HOME/.local" usage="Usage: $cmd_name [OPTIONS] [DIR...] If no dirs are specified, then defaults to ${crawl_dirs[@]} Options: @@ -50,7 +50,7 @@ fi # Warning: don't change this to remove $link_dir! This is frequently the same -# as $crawl_dir, e.g. ~/local. +# as $crawl_dir, e.g. ~/.local. for dir in bin include info lib man/man{1,2,3,4,5,6,7,8} sbin ; do noerr rm -r "$link_dir/$dir/" || true done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |