summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-16 12:50:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-16 12:50:38 -0700
commit1c42aa36d6616395ef4948818fafa307109318cd (patch)
treecc63b6936613df8e18ba89ffc79455c9cf6ee22c /.bashrc
parenta48b30a33d32c755bb1d0e575c48fed0bf04612f (diff)
downloaddotfiles-1c42aa36d6616395ef4948818fafa307109318cd.tar.gz
drop a temporary echo
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 8933d602..eff61da4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -238,7 +238,7 @@ bindeb-pkg () {
ver="$(make kernelversion)"
date="$(date +%Y%m%d+%H%M)"
arch="$(dpkg --print-architecture)"
- echo make -j$((2 * $(nproc))) bindeb-pkg \
+ make -j$((2 * $(nproc))) bindeb-pkg \
LOCALVERSION=-spw \
KDEB_PKGVERSION=$ver-$date \
"$@"