summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-25 15:13:50 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-25 15:13:50 +0100
commit8aa614c8432ff3061312b34df1729ab1cc3e3c8b (patch)
tree9b21e039631fea47bfc668b196ef393c6710051d
parent0c2e58f14bd2cd0faa4e2aeeafa993f7f4baf462 (diff)
Fixed typo in mkcd
-rwxr-xr-xetc/functions/mkcd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/mkcd b/etc/functions/mkcd
index 4d62298..c4a8c5d 100755
--- a/etc/functions/mkcd
+++ b/etc/functions/mkcd
@@ -8,7 +8,7 @@ if [[ -z $dir ]] {
return 1
}
[[ -d $dir ]] && ls=1
-mkdir -p $din
+mkdir -p $dir
cd $dir
((ls)) && ls
true