Changeset 4997 in genesis
- Timestamp:
- Nov 5, 2005, 12:29:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/config-node.sh
r4990 r4997 14 14 # 1.04 Add auto read-only detection. (dirkx) 15 15 # 1.05 Cope with WHOST containing a port number. (dirkx). 16 # 1.06 Better diff (dirkx) 16 17 # 17 18 # If there is a global system configuration file, suck it in. … … 24 25 HTTP_PROXY_DEFAULT=${HTTP_PROXY:-http://proxy.wleiden.net:3128} 25 26 HTTP_USER_AGENT=${HTTP_USER_AGENT:-curl.faked.fetch/0.0} 26 VERSION=1.0 527 VERSION=1.06 27 28 QUIET=${QUIET:-} 28 29 PRETEND=no … … 244 245 245 246 do_diff() { 246 if test -e $ 1; then247 diff -uwbB $ 1 $1.new247 if test -e $lcd/$1; then 248 diff -uwbB $lcd/$1 $1.new 248 249 else 249 250 echo Warning: $1 does not yet exist - no DIFF
Note:
See TracChangeset
for help on using the changeset viewer.