Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/cd.sh
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Immediate exit on failure
set -e
Expand Down
4 changes: 2 additions & 2 deletions scripts/helper.sh
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Check if the directory is provided as an argument
if [ $# -lt 1 ] || [ $# -gt 2 ]; then
Expand DownExpand Up@@ -45,4 +45,4 @@ elif [ "$2" = "-p" ] || [ "$2" = "--path-version" ]; then
else
echo "Invalid option: '$2'"
exit 1
fi
fi