summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/sd-all2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9031d91..6f92d8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liw-automation (8.7) squeeze; urgency=low
+
+ * Make sd-all work even if not run from home dir.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 09 Jan 2011 14:40:11 +0000
+
liw-automation (8.6) squeeze; urgency=low
* Add sd-all script.
diff --git a/scripts/sd-all b/scripts/sd-all
index 4156a63..36c4514 100755
--- a/scripts/sd-all
+++ b/scripts/sd-all
@@ -2,6 +2,8 @@
set -e
+cd $HOME
+
awk '
NF == 0 { next }
$1 ~ /#/ { next }