]> git.donarmstrong.com Git - bin.git/commitdiff
make some more changes to the new home directory script
authorDon Armstrong <don@donarmstrong.com>
Sun, 19 Feb 2006 00:53:10 +0000 (00:53 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sun, 19 Feb 2006 00:53:10 +0000 (00:53 +0000)
new_home_directory

index 02a717b70294146e4e6f3a8de2ca9f38bca54986..e6883ef135cfefdce788f44049ca44d3f049f2d5 100755 (executable)
@@ -21,7 +21,7 @@ mkdir .home_modules;
 mkdir home_backup;
 mv .wgetrc .svn .sversionrc home_backup/;
 # run the appropriate command to set the symlinks correctly
-$(awk -F "$(echo -ne '\t')" '{print $2}' base/sa_base) ~/.home_modules;
+sh -c "$(awk -F "$(echo -ne '\t')" '{print $2}' ~/.home_modules/base/sa_base) ~/.home_modules;"
 mkdir .sa.d;
 ln -s ~/.home_modules/*/sa_* .sa.d/;
 exec sa update;
\ No newline at end of file