fix
This commit is contained in:
parent
17079f021c
commit
4fc1f7cc6c
@ -19,7 +19,7 @@ read -r -d '' init_cmd << WSCOMPAT_EOF_9oqn7IVF || true
|
|||||||
cat << 'WSCOMPAT_EOF_84EbM3la' > "\$WSCOMPAT_DIR/profile"
|
cat << 'WSCOMPAT_EOF_84EbM3la' > "\$WSCOMPAT_DIR/profile"
|
||||||
$(
|
$(
|
||||||
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$WSCOMPAT_DIR/profile"
|
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$WSCOMPAT_DIR/profile"
|
||||||
for file in "$WSCOMPAT_DIR.profile"*.sh; do
|
for file in "$WSCOMPAT_DIR/profile"*.sh; do
|
||||||
if [ -f "$file" ]; then
|
if [ -f "$file" ]; then
|
||||||
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$file"
|
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$file"
|
||||||
fi
|
fi
|
||||||
|
@ -141,7 +141,7 @@ read -r -d '' init_cmd << WSCOMPAT_EOF_ahkiem3K || true
|
|||||||
cat << 'WSCOMPAT_EOF_daePe0Ph' > "\$WSCOMPAT_DIR/profile"
|
cat << 'WSCOMPAT_EOF_daePe0Ph' > "\$WSCOMPAT_DIR/profile"
|
||||||
$(
|
$(
|
||||||
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$WSCOMPAT_DIR/profile"
|
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$WSCOMPAT_DIR/profile"
|
||||||
for file in "$WSCOMPAT_DIR.profile"*.sh; do
|
for file in "$WSCOMPAT_DIR/profile"*.sh; do
|
||||||
if [ -f "$file" ]; then
|
if [ -f "$file" ]; then
|
||||||
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$file"
|
sed 's/WSCOMPAT_EOF_/WSCOMPAT_EOF__/g' "$file"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user