Browse Source

No spaces

Bob Mottram 8 years ago
parent
commit
959cf717c9
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/freedombone-addremove
  2. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-addremove View File

77
     if [ $? -eq 0 ]; then
77
     if [ $? -eq 0 ]; then
78
         for choice in $choices
78
         for choice in $choices
79
         do
79
         do
80
-            app_index = $[choice-1]
80
+            app_index=$[choice-1]
81
             APPS_CHOSEN[$app_index]="1"
81
             APPS_CHOSEN[$app_index]="1"
82
         done
82
         done
83
     else
83
     else

+ 1
- 1
src/freedombone-controlpanel View File

1082
         ctr=0
1082
         ctr=0
1083
         for choice in $choices
1083
         for choice in $choices
1084
         do
1084
         do
1085
-            app_index = $[choice-1]
1085
+            app_index=$[choice-1]
1086
             app_name=${APPS_INSTALLED_NAMES[app_index]}
1086
             app_name=${APPS_INSTALLED_NAMES[app_index]}
1087
             if [[ "${app_name}" == 'all' ]]; then
1087
             if [[ "${app_name}" == 'all' ]]; then
1088
                 ${PROJECT_NAME}-restore-local $USB_DRIVE
1088
                 ${PROJECT_NAME}-restore-local $USB_DRIVE