Changeset 2245
- Timestamp:
- 07/01/09 13:46:24
- Files:
-
- trunk/util/svncopy.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/util/svncopy.sh
r2233 r2245 1 #!/bin/ sh1 #!/bin/bash 2 2 3 3 # Copy the current trunk to a new location and adjust the externals property … … 84 84 elif [ "${1}" = "carddav" ] 85 85 then 86 echo "" 86 87 elif [ "${1}" != "bedework" ] 87 88 then
