diff options
author | Daniel Baumann <daniel@debian.org> | 2008-02-24 15:12:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:36:08 +0100 |
commit | 004d01923948ec5695d9bd735f41204fa8bbe168 (patch) | |
tree | 1fa5a23c403e3a4b1f80c108624388a0213adea0 /functions/wrapper.sh | |
parent | 63a5d0c7a4bedae3162a4a1bc26332d6559ca7e4 (diff) | |
download | vyos-live-build-004d01923948ec5695d9bd735f41204fa8bbe168.tar.gz vyos-live-build-004d01923948ec5695d9bd735f41204fa8bbe168.zip |
Fixing aptitude typo.
Diffstat (limited to 'functions/wrapper.sh')
-rwxr-xr-x | functions/wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wrapper.sh b/functions/wrapper.sh index 90144e740..b47e3b9dc 100755 --- a/functions/wrapper.sh +++ b/functions/wrapper.sh @@ -17,7 +17,7 @@ Apt () ;; aptitude) - Chroot "aptittude ${APTITUDE_OPTIONS} ${@}" + Chroot "aptitude ${APTITUDE_OPTIONS} ${@}" ;; esac } |