- Timestamp:
- Sep 6, 2017 9:27:19 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmbuild
r2410 r2412 27 27 # ----------------- 28 28 # $Id$ 29 # Initial revision 30 # 29 # 31 30 # 2404 2017-09-05 09:33:14Z raasch 31 # Initial revision 32 32 # 33 33 #------------------------------------------------------------------------------# … … 463 463 while [[ "$answer" != y && "$answer" != Y && "$answer" != c && "$answer" != C && "$answer" != s && "$answer" != S && "$answer" != a && "$answer" != A ]] 464 464 do 465 printf " >>> continue (y(es)/c(ontinue)/a(bort) /s(skip)) ? "465 printf " >>> continue (y(es)/c(ontinue)/a(bort)) ? " 466 466 read answer 467 467 done … … 473 473 then 474 474 silent=true 475 fi476 if [[ $answer = s || $answer = S ]]477 then478 continue479 475 fi 480 476 fi … … 762 758 printf "\n *** copy $base_directory/SOURCES_FOR_RUN_$fname to" 763 759 printf "\n $fast_io_catalog/SOURCES_FOR_RUN_$fname on local host \n" 764 cp $base_directory/SOURCES_FOR_RUN_$fname/{*,.[!.]*} ${ }/SOURCES_FOR_RUN_$fname760 cp $base_directory/SOURCES_FOR_RUN_$fname/{*,.[!.]*} ${fast_io_catalog}/SOURCES_FOR_RUN_$fname 765 761 766 762
Note: See TracChangeset
for help on using the changeset viewer.