You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Misc/layoutroot/run.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
9
9
[[ $SOURCE!= /* ]] && SOURCE="$DIR/$SOURCE"# if $SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located
10
10
done
11
11
DIR="$(cd -P "$( dirname "$SOURCE")"&&pwd)"
12
-
cp run-helper.sh.template run-helper.sh
12
+
cp -f run-helper.sh.template run-helper.sh
13
13
# run the helper process which keep the listener alive
0 commit comments