Skip to content

Commit 0f6129b

Browse files
committed
Merge branch libra:main into getsval
2 parents db6e4f0 + 5360148 commit 0f6129b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frameworks/htclean/libra_htclean.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# Copyright (C) 2021
23
# Associated Universities, Inc. Washington DC, USA.
34
#
@@ -23,8 +24,6 @@
2324
# $Id$
2425

2526

26-
#!/bin/bash
27-
2827
usage()
2928
{
3029
echo "$0 : Script to make images using LibRA components."
@@ -125,7 +124,7 @@ OSGjob=false
125124
imagename=""
126125
ncycle=10
127126
input_file=`basename $0 .sh`.def
128-
LIBRAHOME=${HOME}/libra
127+
LIBRAHOME=$(dirname $(readlink -f $0))
129128
logdir=${PWD}/
130129

131130
# Input arguments

0 commit comments

Comments
 (0)