Skip to content

Commit 6e65c4b

Browse files
authored
fix PATH_MAPPING_HARDCODED
1 parent dd9a67b commit 6e65c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

useful-tools/quick-sharun.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ _add_path_mapping_hardcoded() {
11591159
ln -sfn "$APPDIR"/share /tmp/"$_tmp_share"
11601160
fi
11611161
EOF
1162-
chmod +x "$f"
1162+
chmod +x "$PATH_MAPPING_SCRIPT"
11631163
_echo "* Added $PATH_MAPPING_SCRIPT"
11641164
}
11651165

0 commit comments

Comments
 (0)