* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
This commit is contained in:
@@ -6,7 +6,7 @@ source $stdenv/setup
|
||||
# should work (but didn't - got no response on #cvs)
|
||||
# See als man Page for those options
|
||||
|
||||
ensureDir export
|
||||
mkdir -p export
|
||||
if [ -n "$tag" ]; then
|
||||
tag="-r $tag"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user