aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fs_rm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fs_rm.sh')
-rwxr-xr-xtools/fs_rm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fs_rm.sh b/tools/fs_rm.sh
index 89e9f95..77b5cee 100755
--- a/tools/fs_rm.sh
+++ b/tools/fs_rm.sh
@@ -14,7 +14,7 @@ main() {
}
_guard_path() {
- path="$(realpath "$1")"
+ path="$(realpath -m "$1")"
action="$2"
if [[ ! "$path" == "$(pwd)"* ]]; then
if [ -t 1 ]; then