From 029ce53a3b3d96a1991eb2913a96ae3aa14838f6 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 23 Jul 2013 18:12:31 +0200 Subject: [PATCH] [bashrc] escaping find_up --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 0113648..409278c 100644 --- a/.bashrc +++ b/.bashrc @@ -47,7 +47,7 @@ fi #~# find_up () { #~# path="$1" #~# shift 1 -#~# while [[ "`readlink -f $path`" != "/" ]]; +#~# while [[ "`readlink -f -- \"$path\"`" != "/" ]]; #~# do #~# find "$path" -maxdepth 1 -mindepth 1 "$@" #~# path=${path}/.. -- 2.39.2