Changeset 1892 for pbibuild/pbibuilder/buildpbi.sh
- Timestamp:
- 05/12/08 12:59:42 (7 months ago)
- Files:
-
- 1 modified
-
pbibuild/pbibuilder/buildpbi.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pbibuild/pbibuilder/buildpbi.sh
r1753 r1892 29 29 30 30 # Check if we need to remake the buildworld environment 31 if [ ! -e "/pbi-build/buildworld63/.cshrc" -o "$REBUILDWORLD" = "1" ] 32 then 33 echo "Rebuilding the world environment..." 34 35 # Make the world environment 36 cd ${PROGDIR}/scripts 37 ./1.createworld.sh 38 fi 39 40 # Check if we need to remake the buildworld environment 41 if [ ! -e "/pbi-build/buildworld70/.cshrc" -o "$REBUILDWORLD" = "1" ] 31 if [ ! -e "/pbi-build/buildworld/.cshrc" -o "$REBUILDWORLD" = "1" ] 42 32 then 43 33 echo "Rebuilding the world environment..."
