Skip to content

Commit

Permalink
Use bash from environment instead of hard-coded path for better compa…
Browse files Browse the repository at this point in the history
…tibility. Issue graysky2#344
  • Loading branch information
morgant committed Jan 1, 2023
1 parent 09eb57a commit e678497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/profile-sync-daemon.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#
# Profile-sync-daemon by graysky <graysky AT archlinux DOT us>
Expand Down

0 comments on commit e678497

Please sign in to comment.