before adding solid-state dependencies to be able to support state for components that can't be configured to store state in /nix/state/.../ (like firefox)

This commit is contained in:
Wouter den Breejen
2007-07-13 13:02:43 +00:00
parent 6392da5f90
commit b6974f2ae6
2 changed files with 6 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
#check if there are enough arguments, if not, exit with an error
debug=""; #set to "" for no debugging, set to "echo " to debug the commands
debug="echo "; #set to "" for no debugging, set to "echo " to debug the commands
if [ "$#" != 6 ] && [ "$#" != 7 ] ; then
echo "Incorrect number of arguments"
@@ -109,7 +109,7 @@ function subversionSingleStateDir {
fi
done
#echo ${subitems[@]}
echo Adding subitems ${subitems[@]}
for item in ${subitems[@]}
do