summaryrefslogtreecommitdiff
path: root/functions/wrapper.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-02-24 15:12:16 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:36:08 +0100
commit004d01923948ec5695d9bd735f41204fa8bbe168 (patch)
tree1fa5a23c403e3a4b1f80c108624388a0213adea0 /functions/wrapper.sh
parent63a5d0c7a4bedae3162a4a1bc26332d6559ca7e4 (diff)
downloadlive-build-004d01923948ec5695d9bd735f41204fa8bbe168.zip
live-build-004d01923948ec5695d9bd735f41204fa8bbe168.tar.gz
Fixing aptitude typo.
Diffstat (limited to 'functions/wrapper.sh')
-rwxr-xr-xfunctions/wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wrapper.sh b/functions/wrapper.sh
index 90144e7..b47e3b9 100755
--- a/functions/wrapper.sh
+++ b/functions/wrapper.sh
@@ -17,7 +17,7 @@ Apt ()
;;
aptitude)
- Chroot "aptittude ${APTITUDE_OPTIONS} ${@}"
+ Chroot "aptitude ${APTITUDE_OPTIONS} ${@}"
;;
esac
}