Skip to content
Snippets Groups Projects
Commit a0bd5809 authored by wierenga's avatar wierenga
Browse files

%[BugId:130]%

Make sure we're always in the correct directory.
parent 13a40605
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
RUNDEMOPATH=`echo $0 | sed 's/\/rundemo$//'`
cd $RUNDEMOPATH
AIPSROOT=%AIPSROOT%
if test "$AIPSROOT" = "%AIPSROOT%"; then
AIPSROOT=/aips++/weekly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment