Browse Source

Corrected unsafe character (#3166)

The double dash was apparently converted to a unicode long dash. Although this is in a comment, the mere existence of these characters triggers editors on Windows such as Notepad to insert extra characters at the beginning of file, which breaks the entire script
Schien Dong 7 years ago
parent
commit
11a0b6c124
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/prerequisites.sh

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

@@ -32,7 +32,7 @@ sudo apt-get -qqy install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options:
 
 
 sudo pip install colorama==0.3.1
 sudo pip install colorama==0.3.1
 # Version 2.3 has a nice Counter() and other features
 # Version 2.3 has a nice Counter() and other features
-# but it requires —-allow-external and -—allow-unverified
+# but it requires --allow-external and --allow-unverified
 sudo pip install progressbar==2.2
 sudo pip install progressbar==2.2
 sudo pip install requests
 sudo pip install requests