Changeset 37350
- Timestamp:
- 2023-02-24T13:23:47+13:00 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/ext-cli/get-selfcontained-ant.sh
r36649 r37350 50 50 echo "" 51 51 if [ ! -d $installed_dir ] ; then 52 echo "Runing the $selfcon_ext/PREPARE- ${OS_ALLCAPS}.sh"52 echo "Runing the $selfcon_ext/PREPARE-UNIX.sh" 53 53 54 cd $selfcon_ext && ./PREPARE- ${OS_ALLCAPS}.sh54 cd $selfcon_ext && ./PREPARE-UNIX.sh 55 55 56 56 if [ $? != 0 ] ; then 57 57 echo "Error encountered running: " 1>&2 58 echo " cd $selfcon_ext && ./PREPARE- ${OS_ALLCAPS}.sh" 1>&258 echo " cd $selfcon_ext && ./PREPARE-UNIX.sh" 1>&2 59 59 exit 1 60 60 fi … … 62 62 else 63 63 echo "Detected directory '$installed_dir'" 64 echo "=> Taken to mean that the $selfcon_ext/PREPARE- ${OS_ALLCAPS}.sh command has already been run"64 echo "=> Taken to mean that the $selfcon_ext/PREPARE-UNIX.sh command has already been run" 65 65 fi 66 66
Note:
See TracChangeset
for help on using the changeset viewer.