Skip to content

Commit e709e6f

Browse files
authored
Use $base_dir to be able to run from another working dir
1 parent 7dff938 commit e709e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_software_layer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
base_dir=$(dirname $(realpath $0))
33
source ${base_dir}/init/eessi_defaults
4-
./run_in_compat_layer_env.sh ./EESSI-install-software.sh "$@"
4+
$base_dir/run_in_compat_layer_env.sh $base_dir/EESSI-install-software.sh "$@"

0 commit comments

Comments
 (0)