We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc1578 commit 9654c0bCopy full SHA for 9654c0b
1 file changed
install_scripts.sh
@@ -46,6 +46,16 @@ sed_update_if_changed() {
46
47
local sed_command="$1"
48
local file="$2"
49
+
50
+ echo "install-scripts.sh:sed_update_if_changed: TRYING TO LS"
51
+ ls -al /cvmfs/software.eessi.io/versions/2023.06/init
52
+ echo "install-scripts.sh:sed_update_if_changed: TRYING TO TOUCH"
53
+ touch /cvmfs/software.eessi.io/versions/2023.06/init/foo_install_scripts_sed_update
54
+ mktemp foo.XXXXXXX
55
+ echo "install-scripts.sh:sed_update_if_changed: CHECK FOR NEW FILE"
56
57
58
59
local tmp_file="$(mktemp "${file}.XXXXXX")"
60
61
sed "$sed_command" "$file" > "$tmp_file" || {
0 commit comments