aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-26 20:45:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-26 20:45:23 +1200
commitdf7182774a97fd330f0ce6358ae4c2454b121f9e (patch)
tree9066f2b064303c98fae60975a3e3f1f0205083ec /sh
parentCorrect comment spelling error (diff)
downloaddotfiles-df7182774a97fd330f0ce6358ae4c2454b121f9e.tar.gz
dotfiles-df7182774a97fd330f0ce6358ae4c2454b121f9e.zip
Remove hare-brained no-op line
Diffstat (limited to '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