summaryrefslogtreecommitdiffstats
path: root/cd-compat
diff options
context:
space:
mode:
authorkj-sh6042024-07-25 18:25:31 -0400
committerkj-sh6042024-07-25 18:25:31 -0400
commitb9fd0160b6b49b86ad60444d9f5592cc15bf0164 (patch)
treea7796ceebf588ee9e8dc5e88d1122a155eef0d7b /cd-compat
parent78ee9ab0dcb289edd1cd0a2ad81e96003330a7cb (diff)
refactor: `cd-compat`, `dash` compatibility
Diffstat (limited to 'cd-compat')
-rw-r--r--cd-compat/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/cd-compat/PKGBUILD b/cd-compat/PKGBUILD
index c0a79ae..5edfe43 100644
--- a/cd-compat/PKGBUILD
+++ b/cd-compat/PKGBUILD
@@ -8,7 +8,7 @@ license=('UNLICENSE')
package() {
install -dm755 "${pkgdir}/usr/bin"
cat <<EOF > "${pkgdir}/usr/bin/cd"
-#!/bin/sh
+#!/usr/bin/env bash
builtin cd "\$@"
EOF
chmod +x "${pkgdir}/usr/bin/cd"