Browse Source

quick bash functions patch (#2420)

Nate 8 years ago
parent
commit
c9a5eb5d47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/bash_functions.sh

+ 1 - 1
toolset/setup/linux/bash_functions.sh

@@ -121,7 +121,7 @@ fw_depends() {
       . $installation_file
       . $installation_file
     else
     else
       echo WARN: No installer found for $depend, attempting to install with 'apt-get'...
       echo WARN: No installer found for $depend, attempting to install with 'apt-get'...
-      sudo apt-get install -o Dpkg::Options::="--force-confold" Dpkg::Options::="--force-confdef" --force-yes ${depend}
+      sudo apt-get install -o Dpkg::Options::="--force-confold" -o Dpkg::Options::="--force-confdef" --force-yes ${depend}
       # Return whence you came.
       # Return whence you came.
       popd
       popd
       continue
       continue