diff options
author | Andreas Loibl <aloibl@dasajuma.(none)> | 2010-09-02 13:21:20 +0200 |
---|---|---|
committer | Andreas Loibl <aloibl@dasajuma.(none)> | 2010-09-02 13:21:20 +0200 |
commit | ac01112bf3d3b5f8cfcc3f1d753181481102d0ff (patch) | |
tree | ca02d94436811513762a20a32bae4bc1192ddacb /auto/build | |
parent | 46e693e81f135274517c04d1296431d13b5283ac (diff) | |
download | kanotix-ac01112bf3d3b5f8cfcc3f1d753181481102d0ff.zip kanotix-ac01112bf3d3b5f8cfcc3f1d753181481102d0ff.tar.gz |
typo
Diffstat (limited to 'auto/build')
-rwxr-xr-x | auto/build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash # Update kanotix-version timestamp -perl -pi -e "s|[0-9]+-[0-9]+:[0-9]+|$(date +%Y%m%d-%H:%M)|" > config/chroot_local-includes/etc/kanotix-version +perl -pi -e "s|[0-9]+-[0-9]+:[0-9]+|$(date +%Y%m%d-%H:%M)|" config/chroot_local-includes/etc/kanotix-version lh build noauto ${@} 2>&1 | tee binary.log |