File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ echo "Installing $BROWSER_NAME host config"
114
114
# Create config dir if not existing
115
115
mkdir -p " $TARGET_DIR "
116
116
117
- PATH_ESC=" $( echo $PATH | sed -e ' s/@/\\@/g' ) "
118
- PASS_PATH_ESC=" $( echo $PASS_PATH | sed -e ' s/@/\\@/g' ) "
119
- HOST_FILE_PATH_ESC=" $( echo $HOST_FILE_PATH | sed -e ' s/@/\\@/g' ) "
120
- PYTHON3_PATH_ESC=" $( echo $PYTHON3_PATH | sed -e ' s/@/\\@/g' ) "
117
+ PATH_ESC=" $( echo " $PATH " | sed -e ' s/@/\\@/g' ) "
118
+ PASS_PATH_ESC=" $( echo " $PASS_PATH " | sed -e ' s/@/\\@/g' ) "
119
+ HOST_FILE_PATH_ESC=" $( echo " $HOST_FILE_PATH " | sed -e ' s/@/\\@/g' ) "
120
+ PYTHON3_PATH_ESC=" $( echo " $PYTHON3_PATH " | sed -e ' s/@/\\@/g' ) "
121
121
122
122
# Replace path to python3 executable \
123
123
# Replace path to pass (only in a line starting with "COMMAND =") \
You can’t perform that action at this time.
0 commit comments