aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/bd.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/bd.bash')
-rw-r--r--bash/bashrc.d/bd.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/bd.bash b/bash/bashrc.d/bd.bash
index 2bc70f18..73e98299 100644
--- a/bash/bashrc.d/bd.bash
+++ b/bash/bashrc.d/bd.bash
@@ -2,7 +2,7 @@
bd() {
# If there are no arguments, we just move up one directory (cd ..)
- if [[ $1 ]] ; then
+ if (($#)) ; then
dir="${PWD%/$1*}"/"$1"
else
dir=..