diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-08-06 15:27:18 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-08-06 15:27:18 +0000 |
| commit | d75956684f9599b8daf705b11d67c75186ea7e3f (patch) | |
| tree | b22f943e9ab3c6849898e3cf5e9659a7ed24b359 /boca-1.5.0/tools/installv2.sh | |
| parent | 2c2663e03f56149ad4c909858b93fb3c1ea9f271 (diff) | |
| download | boca-d75956684f9599b8daf705b11d67c75186ea7e3f.tar.gz boca-d75956684f9599b8daf705b11d67c75186ea7e3f.zip | |
moving problem examples to better places and fixing a couple of typos in the problem's interface
Diffstat (limited to 'boca-1.5.0/tools/installv2.sh')
| -rwxr-xr-x | boca-1.5.0/tools/installv2.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boca-1.5.0/tools/installv2.sh b/boca-1.5.0/tools/installv2.sh index 5552aa9..03cbd29 100755 --- a/boca-1.5.0/tools/installv2.sh +++ b/boca-1.5.0/tools/installv2.sh @@ -20,7 +20,6 @@ echo "#############################################################" echo "### installv2.sh of 06/Aug/2012 (A) by cassio@ime.usp.br ###" echo "#############################################################" -# checked with ubuntu 10.04 and 10.10 and 11.04 and 12.04 for i in id chown chmod cut awk tail grep cat sed mkdir rm mv sleep apt-get add-apt-repository update-alternatives; do p=`which $i` |