diff options
| author | kj-sh604 | 2024-07-25 18:25:31 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-25 18:25:31 -0400 |
| commit | b9fd0160b6b49b86ad60444d9f5592cc15bf0164 (patch) | |
| tree | a7796ceebf588ee9e8dc5e88d1122a155eef0d7b /cd-compat | |
| parent | 78ee9ab0dcb289edd1cd0a2ad81e96003330a7cb (diff) | |
refactor: `cd-compat`, `dash` compatibility
Diffstat (limited to 'cd-compat')
| -rw-r--r-- | cd-compat/PKGBUILD | 2 |
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" |
