diff --git a/Core/build.xml b/Core/build.xml index 9fb2bedd6e..085e7b0bc7 100644 --- a/Core/build.xml +++ b/Core/build.xml @@ -6,7 +6,7 @@ Builds, tests, and runs the project org.sleuthkit.autopsy.core - + @@ -18,8 +18,7 @@ - - + diff --git a/TSK_VERSION.xml b/TSKVersion.xml similarity index 100% rename from TSK_VERSION.xml rename to TSKVersion.xml diff --git a/build.xml b/build.xml index 396268f50e..fc3e2b673f 100644 --- a/build.xml +++ b/build.xml @@ -6,7 +6,7 @@ Builds the module suite Autopsy 4. - + @@ -90,6 +90,7 @@ + diff --git a/unix_setup.sh b/unix_setup.sh index 41c57355de..15f750f880 100644 --- a/unix_setup.sh +++ b/unix_setup.sh @@ -23,10 +23,10 @@ if [[ -f "$sleuthkit_jar_filepath" ]]; then echo "Successfully removed $ext_jar_filepath" cp $sleuthkit_jar_filepath $ext_jar_filepath if [ "$?" -eq 0 ]; then # checking copy operation was successful - echo "Successfully copied $sleuthkit_jar_filepath" + echo "Successfully copied $sleuthkit_jar_filepath" else - echo "exiting..." - exit 1 + echo "exiting..." + exit 1 fi fi else @@ -35,4 +35,3 @@ else fi echo "Autopsy is now configured. You can execute bin/autopsy to start it" -