Changeset 37685 for main/trunk/greenstone3/ant-start-with-exts.sh
- Timestamp:
- 2023-04-20T09:57:02+12:00 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/ant-start-with-exts.sh
r37684 r37685 1 1 #!/bin/bash 2 2 3 # This script can be run from any directory, but the script file itself 4 # NEEDS TO BE IN THE TOP-LEVEL GREENSTONE3 SRC HOME DIRECTORY 5 6 store_pwd="$(pwd)" 7 full_progdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null && pwd )" 8 cd "$full_progdir" 3 9 4 10 if test "x$gsopt_noexts" != "x1" ; then … … 52 58 53 59 # Any customized clean up needed? 60 61 62 cd "$store_pwd"
Note:
See TracChangeset
for help on using the changeset viewer.