summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragaffney <agaffney@kagome.(none)>2008-07-24 18:21:16 -0500
committeragaffney <agaffney@kagome.(none)>2008-07-24 18:21:16 -0500
commit4cbd396301feea99f9a531655519379e149a5346 (patch)
tree6a6a194bf53697c4ae54c8fe886dc01dde3875bd
parentInitial commit after creating the git repository. (diff)
downloadlivecd-tools-4cbd396301feea99f9a531655519379e149a5346.tar.gz
livecd-tools-4cbd396301feea99f9a531655519379e149a5346.tar.bz2
livecd-tools-4cbd396301feea99f9a531655519379e149a5346.zip
fix passwd= support for gentoo bug #230968
-rwxr-xr-xautoconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconfig b/autoconfig
index b6cca08..1174499 100755
--- a/autoconfig
+++ b/autoconfig
@@ -184,7 +184,7 @@ get_config() {
;;
passwd=*)
PASSWD="no"
- PASSWORD="$*"
+ PASSWORD="${x#*=}"
;;
esac
done