aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ud.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/ud.sh')
-rw-r--r--sh/shrc.d/ud.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/shrc.d/ud.sh b/sh/shrc.d/ud.sh
index a3997702..06234569 100644
--- a/sh/shrc.d/ud.sh
+++ b/sh/shrc.d/ud.sh
@@ -8,7 +8,6 @@ ud() {
return 2
fi
set -- "${1:-1}" "${2:-"$PWD"}"
- set -- "$1" "$2"
# Check first argument, number of steps upward. "0" is weird, but valid;
# "-1" however makes no sense at all