Philip Crockett 10 maanden geleden
bovenliggende
commit
639aa7242b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      bin/export_browser_history.sh

+ 1 - 1
bin/export_browser_history.sh

@@ -142,7 +142,7 @@ export_safari() {
 if [[ "$BROWSER_TO_EXPORT" == "--chrome" ]]; then
 if [[ "$BROWSER_TO_EXPORT" == "--chrome" ]]; then
     export_chrome "$@"
     export_chrome "$@"
 elif [[ "$BROWSER_TO_EXPORT" == "--firefox" ]]; then
 elif [[ "$BROWSER_TO_EXPORT" == "--firefox" ]]; then
-    export_firefox "@"
+    export_firefox "$@"
 elif [[ "$BROWSER_TO_EXPORT" == "--safari" ]]; then
 elif [[ "$BROWSER_TO_EXPORT" == "--safari" ]]; then
     export_safari "$@"
     export_safari "$@"
 else
 else