aspera-cli 4.5.0 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/docs/Makefile CHANGED
@@ -43,6 +43,8 @@ $(INCL_COMMANDS): $(DIR_TMP).exists $(TEST_MAKEFILE)
43
43
  sed -i.bak -Ee 's/"'"'"'/"/g' $(DIR_TMP)usg1.txt
44
44
  sed -i.bak -Ee 's/'"'"'"/"/g' $(DIR_TMP)usg1.txt
45
45
  sed -i.bak -Ee 's/""/"/g' $(DIR_TMP)usg1.txt
46
+ sed -i.bak -Ee 's/&&\\$$//g' $(DIR_TMP)usg1.txt
47
+ sed -i.bak -Ee 's/@preset:misc./my_/g' $(DIR_TMP)usg1.txt
46
48
  sed -i.bak -Ee 's/CF_//g' $(DIR_TMP)usg1.txt
47
49
  sed -i.bak -Ee 's/DIR_[A-Z]+//g' $(DIR_TMP)usg1.txt
48
50
  sed -i.bak -Ee 's/LOCAL_SAMPLE_FILE(NAME|PATH)/testfile.bin/g' $(DIR_TMP)usg1.txt
@@ -55,7 +57,7 @@ $(INCL_COMMANDS): $(DIR_TMP).exists $(TEST_MAKEFILE)
55
57
  .PHONY: $(INCL_USAGE)
56
58
  $(INCL_USAGE): $(DIR_TMP).exists
57
59
  -$(EXETESTB) -Cnone -h 2> $(INCL_USAGE)
58
- sed -i -e 's/\/Users\/[^\/]*/\/Users\/FooBar/g' $(INCL_USAGE)
60
+ sed -i.bak -e 's/\/Users\/[^\/]*/\/Users\/FooBar/g' $(INCL_USAGE)
59
61
  $(INCL_ASESSION): $(DIR_TMP).exists $(DIR_BIN)/asession
60
62
  $(DIR_BIN)/asession -h 2> $(INCL_ASESSION) || true
61
63
  clean::