spack/lib/spack
George Hartzell 26440accab Touch up string expansion. (#4344)
* Touch up string expansion.

I'm chasing this:

```
$ (module purge; spack install perl %gcc/5.4.0)
==> Error: No installed spec matches the hash: '%s'
```

There's something deeper going on, but the error message isn't helpful.

After this change it tells me this:

```
$ (module purge; spack install perl %gcc/5.4.0)
==> Error: No installed spec matches the hash: '5.4.0'
```

Which is weird because `5.4.0` is not a hash...  Whatever is going on here, the error message needs to be fixed.

* Flake8 whitespace
2017-05-25 13:00:58 -05:00
..
docs Move doc dependencies to requirements.txt for readthedocs (#4280) 2017-05-17 20:45:03 -05:00
env disable rpaths on Darwin when arg=-r mode=ccld (#3930) 2017-04-30 19:16:28 -07:00
external Use key sorting instead of cmp() 2017-03-31 13:40:41 -07:00
llnl filesystem.py: fixed bug introduced in #3367 (scrambled order in output) (#4156) 2017-05-11 10:29:08 -07:00
spack Touch up string expansion. (#4344) 2017-05-25 13:00:58 -05:00